Skip to content
Snippets Groups Projects
Commit 66a62a67 authored by Moustakas's avatar Moustakas
Browse files

remove empty string for false boolean case

parent 903ce915
No related branches found
No related tags found
2 merge requests!39Macs2,!38Macs2
......@@ -14,7 +14,7 @@ task PeakCalling {
--treatment ${sep = ' ' bamFiles} \
--outdir ${outDir} \
--name ${sampleName} \
${default=false true='--nomodel' false='' nomodel}
${default=false true='--nomodel' nomodel}
}
output {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment