Skip to content
GitLab
Menu
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
06b9e5f2
Commit
06b9e5f2
authored
Oct 01, 2015
by
Peter van 't Hof
Browse files
Fixed vmem
parent
7bd889e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunction.scala
View file @
06b9e5f2
...
...
@@ -80,8 +80,6 @@ trait BiopetCommandLineFunction extends CommandLineResources { biopetFunction =>
beforeGraph
()
internalBeforeGraph
()
if
(
vmem
.
isDefined
)
jobResourceRequests
:+=
"h_vmem="
+
vmem
.
get
super
.
freezeFieldValues
()
}
...
...
public/biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/CommandLineResources.scala
View file @
06b9e5f2
...
...
@@ -34,6 +34,7 @@ trait CommandLineResources extends CommandLineFunction with Configurable {
override
def
freezeFieldValues
()
:
Unit
=
{
setResources
()
if
(
vmem
.
isDefined
)
jobResourceRequests
:+=
"h_vmem="
+
vmem
.
get
super
.
freezeFieldValues
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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