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
f95a231c
Commit
f95a231c
authored
Aug 01, 2015
by
Peter van 't Hof
Browse files
Fix flag default
parent
182492a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/VariantEffectPredictor.scala
View file @
f95a231c
...
...
@@ -44,7 +44,7 @@ class VariantEffectPredictor(val root: Configurable) extends BiopetCommandLineFu
var
q
:
Boolean
=
config
(
"q"
,
default
=
false
)
var
offline
:
Boolean
=
config
(
"offline"
,
default
=
false
)
var
no_progress
:
Boolean
=
config
(
"no_progress"
,
default
=
false
)
var
everything
:
Boolean
=
config
(
"everything"
,
default
=
tru
e
)
var
everything
:
Boolean
=
config
(
"everything"
,
default
=
fals
e
)
var
force
:
Boolean
=
config
(
"force"
,
default
=
false
)
var
no_stats
:
Boolean
=
config
(
"no_stats"
,
default
=
false
)
var
stats_text
:
Boolean
=
config
(
"stats_text"
,
default
=
false
)
...
...
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