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
0c466159
Commit
0c466159
authored
Jul 27, 2015
by
Peter van 't Hof
Browse files
Raise memory and threads for report builder
parent
2b8a3298
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/report/ReportBuilder.scala
View file @
0c466159
...
...
@@ -43,7 +43,8 @@ trait ReportBuilderExtension extends ToolCommandFuntion {
/** Arguments that are passed on the commandline */
var
args
:
Map
[
String
,
String
]
=
Map
()
override
def
defaultCoreMemory
=
3.0
override
def
defaultCoreMemory
=
4.0
override
def
defaultThreads
=
3
override
def
beforeGraph
()
:
Unit
=
{
super
.
beforeGraph
()
...
...
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