Skip to content
GitLab
Menu
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
27813378
Commit
27813378
authored
Nov 23, 2015
by
Peter van 't Hof
Browse files
Added intermediate
parent
38402a6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/shiva/src/main/scala/nl/lumc/sasc/biopet/pipelines/shiva/ShivaVariantcallingTrait.scala
View file @
27813378
...
@@ -98,6 +98,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript
...
@@ -98,6 +98,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript
if
(
normalize
&&
decompose
)
{
if
(
normalize
&&
decompose
)
{
vtNormalize
.
outputVcf
=
swapExt
(
caller
.
outputDir
,
caller
.
outputFile
,
".vcf.gz"
,
".normaize.vcf.gz"
)
vtNormalize
.
outputVcf
=
swapExt
(
caller
.
outputDir
,
caller
.
outputFile
,
".vcf.gz"
,
".normaize.vcf.gz"
)
vtNormalize
.
isIntermediate
=
true
add
(
vtNormalize
)
add
(
vtNormalize
)
vtDecompose
.
inputVcf
=
vtNormalize
.
outputVcf
vtDecompose
.
inputVcf
=
vtNormalize
.
outputVcf
vtDecompose
.
outputVcf
=
swapExt
(
caller
.
outputDir
,
vtNormalize
.
outputVcf
,
".vcf.gz"
,
".decompose.vcf.gz"
)
vtDecompose
.
outputVcf
=
swapExt
(
caller
.
outputDir
,
vtNormalize
.
outputVcf
,
".vcf.gz"
,
".decompose.vcf.gz"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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