Skip to content
Snippets Groups Projects
Commit 03fdde8f authored by Jon Gesell's avatar Jon Gesell
Browse files

Update rna-seq.nf

Changed the requested line in the scripts section of rna-seq.nf
parent 9690aab3
2 merge requests!95Update rna-seq.nf,!88Update rna-seq.nf
Pipeline #10337 passed with stages
in 3 minutes and 11 seconds
......@@ -634,7 +634,7 @@ process fastqc {
# run fastqc
echo -e "LOG: running fastq on raw fastqs" >> ${repRID}.fastqc.log
fastqc *.fastq.gz -o . &> fastqc.out || true
fastqcErrorOut=\$(cat fastqc.out | grep -c 'Failed to process file') || fastqcErrorOut=0
fastqcErrorOut=$(cat fastqc.out | grep -c 'Failed to process') || fastqcErrorOut=0
fastqFileError=false
fastqFileError_details=""
if [ "\${fastqcErrorOut}" -ne "0" ]
......
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