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

Fix output

parent b4b21a18
No related branches found
No related tags found
No related merge requests found
......@@ -24,5 +24,6 @@ class CentrifugeKreport(val root: Configurable) extends BiopetCommandLineFunctio
def cmdLine = executable +
//TODO: Options
required("-x", index) +
repeat(centrifugeOutputFiles)
repeat(centrifugeOutputFiles) +
" > " + required(output)
}
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