Skip to content
Snippets Groups Projects
Commit 6f5edefb authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Remove unneeded .get

parent f229d6f2
No related branches found
No related tags found
No related merge requests found
......@@ -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") +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment