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
b68ea4a6
Commit
b68ea4a6
authored
Aug 20, 2014
by
sajvanderzeeuw
Browse files
changed mem limit to 4gb
parent
20871e07
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/Picard.scala
View file @
b68ea4a6
...
...
@@ -30,7 +30,7 @@ trait Picard extends BiopetJavaCommandLineFunction {
// override val versionExitcode = List(0, 1)
override
val
defaultVmem
=
"8G"
memoryLimit
=
Option
(
5
.0
)
memoryLimit
=
Option
(
4
.0
)
override
def
commandLine
=
super
.
commandLine
+
required
(
"TMP_DIR="
+
jobTempDir
)
+
...
...
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