Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
7e8cd038
Commit
7e8cd038
authored
Dec 02, 2014
by
Peter van 't Hof
Browse files
Fix bug on indel tree
parent
09c25863
Changes
1
Hide whitespace changes
Inline
Side-by-side
protected/basty/src/main/scala/nl/lumc/sasc/biopet/pipelines/basty/Basty.scala
View file @
7e8cd038
...
...
@@ -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
(
catVariants
Snps
.
output
,
outputDir
+
"trees"
+
File
.
separator
+
"snps_indels"
,
"snps_indels"
)
addTreeJobs
(
catVariants
.
output
,
outputDir
+
"trees"
+
File
.
separator
+
"snps_indels"
,
"snps_indels"
)
}
// Called for each sample
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment