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

Fix typo in command

parent 091fe4aa
No related branches found
No related tags found
1 merge request!78Macs2 biocontainer
......@@ -9,7 +9,7 @@ task PeakCalling {
command {
set -e -o pipefail
${preCommand}
macs2 callpeaks \
macs2 callpeak \
--treatment ${sep = ' ' bamFiles} \
--outdir ${outDir} \
--name ${sampleName}
......
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