Skip to content
Snippets Groups Projects
Commit 8c039f3d authored by Wai Yi Leung's avatar Wai Yi Leung
Browse files

Merge branch 'develop' of git.lumc.nl:biopet/biopet into feature-gears

parents caf77b81 dafecf89
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -36,7 +36,7 @@ class Zcat(val root: Configurable) extends BiopetCommandLineFunction {
/** Returns command to execute */
def cmdLine = required(executable) +
(if (inputAsStdin) "" else required(input)) +
(if (inputAsStdin) "" else repeat(input)) +
(if (outputAsStsout) "" else " > " + 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