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
07c78a35
Commit
07c78a35
authored
Apr 13, 2017
by
Ruben Vorderman
Browse files
Added memorysize parameter
parent
19f463b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/clever/CleverFixVCF.scala
View file @
07c78a35
...
...
@@ -38,6 +38,8 @@ class CleverFixVCF(val parent: Configurable) extends BiopetJavaCommandLineFuncti
@Argument
(
doc
=
"Samplename"
)
var
sampleName
:
String
=
_
override
def
defaultCoreMemory
=
4.0
override
def
cmdLine
=
super
.
cmdLine
+
required
(
"-i"
,
input
)
+
required
(
"-o"
,
output
)
+
...
...
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