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
38402a6c
Commit
38402a6c
authored
Nov 23, 2015
by
Peter van 't Hof
Browse files
Fixed nameprefix
parent
ba626927
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/shiva/src/main/scala/nl/lumc/sasc/biopet/pipelines/shiva/ShivaVariantcallingTrait.scala
View file @
38402a6c
...
@@ -86,6 +86,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript
...
@@ -86,6 +86,7 @@ trait ShivaVariantcallingTrait extends SummaryQScript
cv
.
rodPriorityList
=
callers
.
map
(
_
.
name
).
mkString
(
","
)
cv
.
rodPriorityList
=
callers
.
map
(
_
.
name
).
mkString
(
","
)
for
(
caller
<-
callers
)
{
for
(
caller
<-
callers
)
{
caller
.
inputBams
=
inputBams
caller
.
inputBams
=
inputBams
caller
.
namePrefix
=
namePrefix
add
(
caller
)
add
(
caller
)
addStats
(
caller
.
outputFile
,
caller
.
name
)
addStats
(
caller
.
outputFile
,
caller
.
name
)
val
normalize
:
Boolean
=
config
(
"execute_vt_normalize"
,
default
=
false
,
submodule
=
caller
.
configName
)
val
normalize
:
Boolean
=
config
(
"execute_vt_normalize"
,
default
=
false
,
submodule
=
caller
.
configName
)
...
...
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