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
ce4caebd
Commit
ce4caebd
authored
May 28, 2017
by
Peter van 't Hof
Browse files
Raise default threads to 4
parent
bcc8fb10
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/VariantEffectPredictor.scala
View file @
ce4caebd
...
...
@@ -152,7 +152,7 @@ class VariantEffectPredictor(val parent: Configurable)
var
cacheRegionSize
:
Option
[
String
]
=
config
(
"cache_region_size"
)
// Numeric args
override
def
defaultThreads
:
Int
=
config
(
"fork"
,
default
=
2
)
override
def
defaultThreads
:
Int
=
config
(
"fork"
,
default
=
4
)
var
cacheVersion
:
Option
[
Int
]
=
config
(
"cache_version"
)
var
freqFreq
:
Option
[
Float
]
=
config
(
"freq_freq"
)
var
port
:
Option
[
Int
]
=
config
(
"port"
)
...
...
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