Skip to content
Snippets Groups Projects
Commit 2d4ea4b7 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Adding sv jobs

parent e21b49e2
No related branches found
No related tags found
No related merge requests found
......@@ -290,6 +290,14 @@ trait ShivaTrait extends MultiSampleQScript with SummaryQScript with Reference {
addAll(vc.functions)
addSummaryQScript(vc)
})
svCalling.foreach(sv => {
sv.outputDir = new File(outputDir, "sc_calling")
sv.init()
sv.biopetScript()
addAll(sv.functions)
addSummaryQScript(sv)
})
}
/** Location of summary file */
......
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