diff --git a/macs2.wdl b/macs2.wdl index 9880c944a6b0942effc88472f64487b165d15d39..dd3226ac124f9fd6bfd443581308ebf41e6322a8 100644 --- a/macs2.wdl +++ b/macs2.wdl @@ -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} }