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
2952190e
Commit
2952190e
authored
Feb 16, 2015
by
Peter van 't Hof
Browse files
Fix memory issues
parent
6075c248
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/VcfStats.scala
View file @
2952190e
...
...
@@ -21,6 +21,9 @@ class VcfStats(val root: Configurable) extends BiopetJavaCommandLineFunction {
@Input
(
doc
=
"Input fastq"
,
shortName
=
"I"
,
required
=
true
)
var
input
:
File
=
_
override
val
defaultVmem
=
"4G"
override
val
defaultThreads
=
3
protected
var
outputDir
:
File
=
_
/**
...
...
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