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
a53e20d9
Commit
a53e20d9
authored
Oct 29, 2015
by
Peter van 't Hof
Browse files
Merge Request accepted by jenkins build success
parents
9c5c1703
369147f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
View file @
a53e20d9
...
...
@@ -39,7 +39,7 @@ class Toucan(val root: Configurable) extends QScript with BiopetQScript with Sum
}
override
def
defaults
=
Map
(
"varianteffectpredictor"
->
Map
(
"everything"
->
true
)
"varianteffectpredictor"
->
Map
(
"everything"
->
true
,
"failed"
->
true
)
)
//defaults ++= Map("varianteffectpredictor" -> Map("everything" -> true))
...
...
@@ -80,7 +80,7 @@ class Toucan(val root: Configurable) extends QScript with BiopetQScript with Sum
vcfWithVcf
.
input
=
outputFile
vcfWithVcf
.
secondaryVcf
=
exacFile
vcfWithVcf
.
output
=
swapExt
(
outputDir
,
outputFile
,
".vcf.gz"
,
".exac.vcf.gz"
)
vcfWithVcf
.
fields
::=
(
"
M
AF"
,
"
M
AF_exac"
,
None
)
vcfWithVcf
.
fields
::=
(
"AF"
,
"AF_exac"
,
None
)
add
(
vcfWithVcf
)
outputFile
=
vcfWithVcf
.
output
case
_
=>
...
...
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