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
56c00f29
Commit
56c00f29
authored
Mar 24, 2015
by
Peter van 't Hof
Browse files
fixed typo
parent
e0a73b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
View file @
56c00f29
...
...
@@ -39,7 +39,7 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
protected
val
defaultCoreMemory
:
Double
=
1.0
var
vmemFactor
:
Double
=
config
(
"vmem_factor"
,
default
=
1.5
)
var
ressFactor
:
Double
=
config
(
"
vmem
_factor"
,
default
=
1.2
)
var
ressFactor
:
Double
=
config
(
"
ress
_factor"
,
default
=
1.2
)
private
var
coreMemory
:
Double
=
_
...
...
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