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
55952141
Commit
55952141
authored
Mar 20, 2015
by
Peter van 't Hof
Browse files
Adding removal of old vmem tag from resources
parent
d1b10c50
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
View file @
55952141
...
...
@@ -79,6 +79,8 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
coreMemory
+=
1.0
vmemFactor
+=
0.5
memoryLimit
=
Some
(
coreMemory
*
threads
)
if
(
vmem
.
isDefined
)
jobResourceRequests
=
jobResourceRequests
.
filter
(
_
!=
"h_vmem="
+
vmem
.
get
)
vmem
=
Some
((
defaultCoreMemory
*
vmemFactor
)
+
"G"
)
jobResourceRequests
:+=
"h_vmem="
+
vmem
.
get
}
...
...
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