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
84f861ec
Commit
84f861ec
authored
Mar 16, 2015
by
Peter van 't Hof
Browse files
Fix memory requirements
parent
8f59db2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/PrefixFastq.scala
View file @
84f861ec
...
...
@@ -31,6 +31,9 @@ import scala.collection.JavaConversions._
class
PrefixFastq
(
val
root
:
Configurable
)
extends
BiopetJavaCommandLineFunction
{
javaMainClass
=
getClass
.
getName
memoryLimit
=
Some
(
1.0
)
override
val
defaultVmem
=
"4G"
@Input
(
doc
=
"Input fastq"
,
shortName
=
"I"
,
required
=
true
)
var
inputFastq
:
File
=
_
...
...
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