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
e02dc9dc
Commit
e02dc9dc
authored
Mar 15, 2015
by
bow
Browse files
Set default GSNAP vmem for GSNAP wrapper
parent
c684c318
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/extensions/Gsnap.scala
View file @
e02dc9dc
...
...
@@ -35,7 +35,7 @@ class Gsnap(val root: Configurable) extends BiopetCommandLineFunction {
override
val
defaultThreads
=
8
/** default vmem for cluster jobs */
override
val
defaultVmem
=
"
6
G"
override
val
defaultVmem
=
"
32
G"
/** input file */
@Input
(
doc
=
"Input FASTQ file(s)"
,
required
=
true
)
//var input: List[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