Skip to content
Snippets Groups Projects

Fix typo in command

Merged Ruben Vorderman requested to merge macs2 into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -9,7 +9,7 @@ task PeakCalling {
command {
set -e -o pipefail
${preCommand}
macs2 callpeaks \
macs2 callpeak \
--treatment ${sep = ' ' bamFiles} \
--outdir ${outDir} \
--name ${sampleName}
Loading