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

Remove dummy fastqc

parent 72e1e94b
Branches
Tags
2 merge requests!37v0.0.1,!36Metadata output update
Pipeline #7810 passed with stages
in 2 hours, 1 minute, and 20 seconds
......@@ -910,8 +910,7 @@ process fastqc {
# run fastqc
echo -e "LOG: running fastq on raw fastqs" >> ${repRID}.fastqc.log
#fastqc *.fastq.gz -o .
touch test_fastqc.zip
fastqc *.fastq.gz -o .
"""
}
......@@ -1021,7 +1020,7 @@ process aggrQC {
echo -e "LOG: creating metadata table" >> ${repRID}.aggrQC.log
echo -e "Source\tSpecies\tEnds\tStranded\tSpike-in\tAssigned Reads\tRead Length\tTIN" > metadata.tsv
echo -e "Infered\t${speciesI}\t${endsI}\t${strandedI}\t${spikeI}\t-\t-\t-" >> metadata.tsv
echo -e "Submitter\t${speciesM}\t${endsM}\t${strandedM}\t${spikeM}\t${readLengthM}\t-\t-" >> metadata.tsv
echo -e "Submitter\t${speciesM}\t${endsM}\t${strandedM}\t${spikeM}\t-\t${readLengthM}\t-" >> metadata.tsv
echo -e "Measured\t-\t${endsManual}\t-\t-\t${assignedReadsI}\t${readLengthI}\t${tinMedI}" >> metadata.tsv
# remove inner distance report if it is empty (SE repRID)
......
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