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
6f5edefb
Commit
6f5edefb
authored
Mar 03, 2016
by
Peter van 't Hof
Browse files
Remove unneeded .get
parent
f229d6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/kraken/Kraken.scala
View file @
6f5edefb
...
...
@@ -69,8 +69,8 @@ class Kraken(val root: Configurable) extends BiopetCommandLineFunction with Vers
optional
(
"--threads"
,
nCoresRequest
)
+
conditional
(
quick
,
"--quick"
)
+
optional
(
"--min_hits"
,
minHits
)
+
optional
(
"--unclassified-out "
,
unclassified_out
.
get
)
+
optional
(
"--classified-out "
,
classified_out
.
get
)
+
optional
(
"--unclassified-out "
,
unclassified_out
)
+
optional
(
"--classified-out "
,
classified_out
)
+
required
(
"--output"
,
output
)
+
conditional
(
preLoad
,
"--preload"
)
+
conditional
(
paired
,
"--paired"
)
+
...
...
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