Skip to content
Snippets Groups Projects
Commit 822181c3 authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix name of process.

parent 96e6d832
Branches
Tags
No related merge requests found
......@@ -317,7 +317,7 @@ experimentRows = experimentPoolObjs.collect()
.splitCsv(sep:'\t', header: true)
// Call Peaks using MACS
process callPeaksMacs {
process callPeaksMACS {
tag "$sampleId-$replicate"
publishDir "$baseDir/output/${task.process}", mode: 'copy'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment