Skip to content
Snippets Groups Projects
Commit 1056a3e3 authored by Moustakas's avatar Moustakas
Browse files

Fix output directory

parent 903ce915
No related branches found
No related tags found
2 merge requests!39Macs2,!38Macs2
......@@ -12,7 +12,7 @@ task PeakCalling {
${preCommand}
macs2 callpeak \
--treatment ${sep = ' ' bamFiles} \
--outdir ${outDir} \
--outdir ${outDir} + "/macs2/" \
--name ${sampleName} \
${default=false true='--nomodel' false='' nomodel}
}
......
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