Skip to content
Snippets Groups Projects
Unverified Commit de0b9120 authored by Cats's avatar Cats Committed by GitHub
Browse files

Merge pull request #27 from biowdl/macs2

Fix typo in command
parents 091fe4aa 9692d02e
No related branches found
No related tags found
No related merge requests found
......@@ -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