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
39647fd4
Commit
39647fd4
authored
Sep 20, 2016
by
Peter van 't Hof
Browse files
Fix output
parent
b4b21a18
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-extensions/src/main/scala/nl/lumc/sasc/biopet/extensions/centrifuge/CentrifugeKreport.scala
View file @
39647fd4
...
...
@@ -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
)
}
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