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

Fix prefix of variantcalling

parent 9712e1d1
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,10 @@ class Gentrap(val root: Configurable) extends QScript
"novelsplicing" -> 1,
"batch" -> 4
),
"shivavariantcalling" -> Map("variantcallers" -> List("varscan_cns_singlesample")),
"shivavariantcalling" -> Map(
"variantcallers" -> List("varscan_cns_singlesample"),
"name_prefix" -> "multisample"
),
"bammetrics" -> Map(
"wgs_metrics" -> false,
"rna_metrics" -> true,
......
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