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

fixed command

parent 7599da07
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ class GenerateIndexes(val root: Configurable) extends QScript with BiopetQScript
@Output
var output = fastaFile
def commandLine = cmds.mkString(" && ") + " > "
def commandLine = cmds.mkString(" && ")
}
if (fastaUris.length > 1 || fastaFiles.filter(_.getName.endsWith(".gz")).nonEmpty) {
......
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