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

Fix bug on indel tree

parent 09c25863
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ class Basty(val root: Configurable) extends QScript with MultiSampleQScript {
}
addTreeJobs(catVariantsSnps.output, outputDir + "trees" + File.separator + "snps_only", "snps_only")
addTreeJobs(catVariantsSnps.output, outputDir + "trees" + File.separator + "snps_indels", "snps_indels")
addTreeJobs(catVariants.output, outputDir + "trees" + File.separator + "snps_indels", "snps_indels")
}
// Called for each sample
......
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