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
35bb7212
Commit
35bb7212
authored
Sep 20, 2016
by
Peter van 't Hof
Browse files
Added more memory
parent
6407b260
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/centrifuge/CentrifugeKreport.scala
View file @
35bb7212
...
...
@@ -26,6 +26,8 @@ class CentrifugeKreport(val root: Configurable) extends BiopetCommandLineFunctio
var
minScore
:
Option
[
Double
]
=
config
(
"min_score"
)
var
minLength
:
Option
[
Int
]
=
config
(
"min_length"
)
override
def
defaultCoreMemory
=
4.0
executable
=
config
(
"exe"
,
default
=
"centrifuge-kreport"
,
freeVar
=
false
)
def
cmdLine
=
executable
+
...
...
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