Skip to content
Snippets Groups Projects
Commit 8af58a0b authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Fix input of bams to svcalling tools..

parent e42f7355
No related branches found
No related tags found
No related merge requests found
......@@ -58,6 +58,7 @@ class ShivaSvCalling(val root: Configurable) extends QScript with SummaryQScript
require(callers.nonEmpty, "must select at least 1 SV caller, choices are: " + callersList.map(_.name).mkString(", "))
callers.foreach { caller =>
caller.inputBams = inputBams
caller.outputDir = new File(outputDir, caller.name)
add(caller)
}
......
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