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
bdd9d532
Commit
bdd9d532
authored
Jun 20, 2016
by
Sander Bollen
Browse files
match message with code
parent
d717a546
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/VariantEffectPredictor.scala
View file @
bdd9d532
...
...
@@ -155,7 +155,7 @@ class VariantEffectPredictor(val root: Configurable) extends BiopetCommandLineFu
super
.
beforeGraph
()
if
(!
cache
&&
!
database
)
{
Logging
.
addError
(
"Must either set 'cache' or 'database' to true for VariantEffectPredictor"
)
}
else
if
(
cache
&&
dir
.
isEmpty
)
{
}
else
if
(
cache
&&
dir
.
isEmpty
&&
dirCache
.
isEmpty
)
{
Logging
.
addError
(
"Must supply 'dir_cache' to cache for VariantEffectPredictor"
)
}
if
(
statsText
)
_summary
=
new
File
(
output
.
getAbsolutePath
+
"_summary.txt"
)
...
...
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