Skip to content
Snippets Groups Projects
Commit 66da5252 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Fix tin table in multiqc

parent e0b3d4bd
Branches
Tags
2 merge requests!37v0.0.1,!36Metadata output update
Pipeline #7820 canceled with stages
in 22 hours, 6 minutes, and 23 seconds
......@@ -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'
......
......@@ -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 Reads\tMedian 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
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment