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
9e36a5b6
Commit
9e36a5b6
authored
Mar 14, 2016
by
Peter van 't Hof
Browse files
Fixed compile issue
parent
3cf8e117
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/VariantEffectPredictor.scala
View file @
9e36a5b6
...
...
@@ -157,7 +157,7 @@ class VariantEffectPredictor(val root: Configurable) extends BiopetCommandLineFu
}
else
if
(
cache
&&
dir
.
isEmpty
)
{
Logging
.
addError
(
"Must supply dir to cache for VariantEffectPredictor"
)
}
if
(
stats
_t
ext
)
outputFiles
:+=
new
File
(
output
.
getAbsolutePath
+
"_summary.txt"
)
if
(
stats
T
ext
)
outputFiles
:+=
new
File
(
output
.
getAbsolutePath
+
"_summary.txt"
)
}
/** Returns command to execute */
...
...
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