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

Fixed output

parent 9bc45be2
No related branches found
No related tags found
No related merge requests found
......@@ -36,5 +36,5 @@ class GtfToGenePred(val root: Configurable) extends BiopetCommandLineFunction {
conditional(simple, "-simple") +
conditional(geneNameAsName2, "-geneNameAsName2") +
repeat(inputGtfs) +
(if (outputAsStsout) "" else " > " + required(outputGenePred))
(if (outputAsStsout) required("/dev/stdout") else required(outputGenePred))
}
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