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

Fix if then

parent 2464b2cb
Branches
Tags
2 merge requests!65Develop,!64Resolve "samtools sort: couldn't allocate memory for bam_mem"
......@@ -345,6 +345,7 @@ process parseMetadata {
# ganually get endness
if [ "${fastqCount}" == "1" ]
then
endsManual="se"
else
endsManual="pe"
......
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