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
66da5252
Commit
66da5252
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Patches
Plain Diff
Fix tin table in multiqc
parent
e0b3d4bd
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!37
v0.0.1
,
!36
Metadata output update
Pipeline
#7820
canceled with stages
in 22 hours, 6 minutes, and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
workflow/conf/multiqc_config.yaml
+5
-5
5 additions, 5 deletions
workflow/conf/multiqc_config.yaml
workflow/rna-seq.nf
+2
-2
2 additions, 2 deletions
workflow/rna-seq.nf
with
7 additions
and
7 deletions
workflow/conf/multiqc_config.yaml
+
5
−
5
View file @
66da5252
...
...
@@ -80,11 +80,11 @@ custom_data:
Ends
Stranded
Spike-in
Raw
-
Reads
Assigned
-
Reads
Median
-
Length
Median
-
TIN
Raw
Reads
Assigned
Reads
Median
Read
Length
Median
TIN
tin
:
file_format
:
'
tsv'
section_name
:
'
TIN'
description
:
'
This
is
the
distribution
of
TIN
values
calculated
by
the
tool
RSeQC'
...
...
This diff is collapsed.
Click to expand it.
workflow/rna-seq.nf
+
2
−
2
View file @
66da5252
...
...
@@ -1029,7 +1029,7 @@ process aggrQC {
# make metadata table
echo -e "LOG: creating metadata table" >> ${repRID}.aggrQC.log
echo -e "Source\tSpecies\tEnds\tStranded\tSpike-in\tRaw
-
Reads\tAssigned
-
Read
:
\tMedia
-
Length\tMedian
-
TIN" > metadata.tsv
echo -e "Source\tSpecies\tEnds\tStranded\tSpike-in\tRaw
Reads\tAssigned
Read
s
\tMedia
n Read
Length\tMedian
TIN" > metadata.tsv
echo -e "Submitter\t${speciesM}\t${endsM}\t${strandedM}\t${spikeM}\t-\t-\t'${readLengthM}'\t-" >> metadata.tsv
echo -e "Infered\t${speciesI}\t${endsI}\t${strandedI}\t${spikeI}\t-\t-\t-\t-" >> metadata.tsv
echo -e "Measured\t-\t${endsManual}\t-\t-\t'${rawReadsI}'\t'${assignedReadsI}'\t'${readLengthI}'\t'${tinMedI}'" >> metadata.tsv
...
...
@@ -1045,4 +1045,4 @@ process aggrQC {
echo -e "LOG: running multiqc" >> ${repRID}.aggrQC.log
multiqc -c ${multiqcConfig} . -n ${repRID}.multiqc.html
"""
}
\ No newline at end of file
}
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