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

Fix endsManual assignment

parent c28fcce2
Branches
Tags
2 merge requests!65Develop,!64Resolve "samtools sort: couldn't allocate memory for bam_mem"
......@@ -344,7 +344,11 @@ process parseMetadata {
fi
# ganually get endness
endsManual=${fastqCount}
if [ "${fastqCount}" == "1" ]
endsManual="se"
else
endsManual="pe"
fi
echo -e "LOG: endedness manually detected: ${fastqCount}" >> ${repRID}.parseMetadata.log
# get strandedness metadata
......
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