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

Add basic peakcalling with MACS2

parent 7b8843d4
No related branches found
No related tags found
1 merge request!26Macs2
......@@ -14,7 +14,7 @@ task peakCalling {
}
output {
File peakFile = outDir + "/" + sampleName + "/macs2/" + sampleName + "_peaks.narrowPeak"
File peakFile = outDir + "/" + sampleName + "/macs2/" + sampleName + "_peaks.narrowPeakd"
}
runtime {
......
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