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

Fix typo in command

parent e608b69b
No related branches found
No related tags found
1 merge request!27Fix typo in command
......@@ -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