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
1bc4e07b
Commit
1bc4e07b
authored
Jul 14, 2017
by
Peter van 't Hof
Browse files
Fixed compile error
parent
37789bb4
Changes
1
Hide whitespace changes
Inline
Side-by-side
shiva/src/main/scala/nl/lumc/sasc/biopet/pipelines/shiva/ShivaVariantcalling.scala
View file @
1bc4e07b
...
...
@@ -138,7 +138,7 @@ class ShivaVariantcalling(val parent: Configurable)
.
callersList
(
this
)
.
map
(
_
.
name
)
.
mkString
(
", "
))
if
(!
isGermlineVariantCallingConfigured
()
)
if
(!
isGermlineVariantCallingConfigured
)
Logging
.
addError
(
"For running the pipeline at least one germline variant caller has to be configured"
)
else
if
(!
callers
.
exists
(
_
.
mergeVcfResults
))
...
...
Write
Preview
Markdown
is supported
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