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
6d4fa4c5
Commit
6d4fa4c5
authored
Feb 13, 2015
by
Peter van 't Hof
Browse files
Set default vmem to 5G
parent
b7c5a56c
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/FastqSync.scala
View file @
6d4fa4c5
...
...
@@ -51,6 +51,8 @@ class FastqSync(val root: Configurable) extends BiopetJavaCommandLineFunction {
@Output
(
doc
=
"Sync statistics"
,
required
=
true
)
var
outputStats
:
File
=
_
override
val
defaultVmem
=
"5G"
// executed command line
override
def
commandLine
=
super
.
commandLine
+
...
...
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