Skip to content
Snippets Groups Projects
Commit 69f0d91c authored by bow's avatar bow
Browse files

Merge branch 'patch_carp_summaryFix' into 'develop'

Patch carp summary fix

In the CARP pipeline we forgot to fill in the global summary file. So this had to be added. Tested and works fine now!

See merge request !115
parents 8fbf2803 9bd7f8f2
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,8 @@ class Carp(val root: Configurable) extends QScript with MultiSampleQScript with
macs2.name = Some(sampleId)
macs2.outputdir = sampleDir + File.separator + "macs2" + File.separator + sampleId + File.separator
add(macs2)
addSummaryJobs
}
}
......
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