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

Fix elif

parent 41f6e91a
Branches
Tags
2 merge requests!65Develop,!64Resolve "samtools sort: couldn't allocate memory for bam_mem"
......@@ -337,7 +337,7 @@ process parseMetadata {
elif [ "\${endsRaw}" == "Paired End" ]
then
endsMeta="pe"
elseif [ "\${endsRaw}" == "nan" ]
elif [ "\${endsRaw}" == "nan" ]
then
endsRaw="_No value_"
endsMeta="NA"
......
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