Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
RNA-seq
Manage
Activity
Members
Labels
Plan
Issues
12
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
GUDMAP_RBK
RNA-seq
Commits
8f50b748
Commit
8f50b748
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Fix seqwho tsv output for multiqc
parent
d3e19ff3
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!76
Develop
,
!71
Seqwho
Pipeline
#9324
canceled with stages
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rna-seq.nf
+3
-3
3 additions, 3 deletions
rna-seq.nf
workflow/conf/multiqc_config.yaml
+2
-4
2 additions, 4 deletions
workflow/conf/multiqc_config.yaml
with
5 additions
and
7 deletions
rna-seq.nf
+
3
−
3
View file @
8f50b748
...
...
@@ -919,11 +919,11 @@ process seqwho {
fi
# save seqwho multiqc report
echo -e "Read\tSeq Type\tSpecies\
tConfidence\
tSeq Type Confidence\tSeq Type Consensus\tSpecies Confidence" > seqwhoInfer.tsv
echo -e "Read 1\t\${seqtypeR1}\t\${speciesR1}\t\${
confidenceR1}\${
seqtypeConfidenceR1}\t\${consensus}\t\${speciesConfidenceR1}" >> seqwhoInfer.tsv
echo -e "Read\tSeq Type\tSpecies\tSeq Type Confidence\tSeq Type Consensus\tSpecies Confidence" > seqwhoInfer.tsv
echo -e "Read 1\t\${seqtypeR1}\t\${speciesR1}\t\${seqtypeConfidenceR1}\t\${consensus}\t\${speciesConfidenceR1}" >> seqwhoInfer.tsv
if [ "${ends}" == "pe" ]
then
echo -e "Read 2\t\${seqtypeR2}\t\${speciesR2}\t\
${confidenceR2}
\${seqtypeConfidenceR2}\t\${consensus}\t\${speciesConfidenceR2}" >> seqwhoInfer.tsv
echo -e "Read 2\t\${seqtypeR2}\t\${speciesR2}\t\
t
\${seqtypeConfidenceR2}\t\${consensus}\t\${speciesConfidenceR2}" >> seqwhoInfer.tsv
fi
...
...
This diff is collapsed.
Click to expand it.
workflow/conf/multiqc_config.yaml
+
2
−
4
View file @
8f50b748
...
...
@@ -182,14 +182,12 @@ custom_data:
description
:
'
Inferred
Sequence
Type'
Species
:
description
:
'
Inferred
Species'
Confidence
:
description
:
'
Call
confidence'
Seq Type Confidence
:
description
:
'
Seqence
type
call
confidence
(1=high,
0=low)
'
description
:
'
Seqence
type
call
confidence'
Seq Type Consensus
:
description
:
'
Low
confidence
sequence
type
call
sampling
inference
consensus'
Species Confidence
:
description
:
'
Species
call
confidence
(1=high,
0=low)
'
description
:
'
Species
call
confidence'
sp
:
run
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment