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: ...@@ -80,11 +80,11 @@ custom_data:
Ends Ends
Stranded Stranded
Spike-in Spike-in
Raw-Reads Raw Reads
Assigned-Reads Assigned Reads
Median-Length Median Read Length
Median-TIN Median TIN
tin:
file_format: 'tsv' file_format: 'tsv'
section_name: 'TIN' section_name: 'TIN'
description: 'This is the distribution of TIN values calculated by the tool RSeQC' description: 'This is the distribution of TIN values calculated by the tool RSeQC'
......
...@@ -1029,7 +1029,7 @@ process aggrQC { ...@@ -1029,7 +1029,7 @@ process aggrQC {
# make metadata table # make metadata table
echo -e "LOG: creating metadata table" >> ${repRID}.aggrQC.log 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 "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 "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 echo -e "Measured\t-\t${endsManual}\t-\t-\t'${rawReadsI}'\t'${assignedReadsI}'\t'${readLengthI}'\t'${tinMedI}'" >> metadata.tsv
...@@ -1045,4 +1045,4 @@ process aggrQC { ...@@ -1045,4 +1045,4 @@ process aggrQC {
echo -e "LOG: running multiqc" >> ${repRID}.aggrQC.log echo -e "LOG: running multiqc" >> ${repRID}.aggrQC.log
multiqc -c ${multiqcConfig} . -n ${repRID}.multiqc.html 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