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
a59a1a55
Commit
a59a1a55
authored
Sep 29, 2014
by
Peter van 't Hof
Browse files
Changed default vmem
parent
24a1e5b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/picard/Picard.scala
View file @
a59a1a55
...
...
@@ -30,7 +30,7 @@ trait Picard extends BiopetJavaCommandLineFunction {
// override val versionExitcode = List(0, 1)
override
val
defaultVmem
=
"8G"
memoryLimit
=
Option
(
4
.0
)
memoryLimit
=
Option
(
3
.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