Newer
Older
String outDir
String sampleName
Int? threads
Int? memory
command {
set -e -o pipefail
${preCommand}
macs2 callpeaks \
--treatment ${sep = ' ' bamFiles} \
--outdir ${outDir} \
--name ${sampleName}
File peakFile = outDir + "/" + sampleName + "/macs2/" + sampleName + "_peaks.narrowPeak"