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
8eec3827
Commit
8eec3827
authored
Jul 27, 2015
by
Peter van 't Hof
Browse files
Raise memory
parent
aa53de21
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/tools/VcfFilter.scala
View file @
8eec3827
...
...
@@ -42,7 +42,7 @@ class VcfFilter(val root: Configurable) extends ToolCommandFuntion {
var
minSamplesPass
:
Option
[
Int
]
=
config
(
"min_samples_pass"
)
var
filterRefCalls
:
Boolean
=
config
(
"filter_ref_calls"
,
default
=
false
)
override
def
defaultCoreMemory
=
1
.0
override
def
defaultCoreMemory
=
3
.0
override
def
commandLine
=
super
.
commandLine
+
required
(
"-I"
,
inputVcf
)
+
...
...
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