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

Style fix

parent 565f3979
No related branches found
No related tags found
No related merge requests found
......@@ -139,6 +139,7 @@ class Bowtie2(val root: Configurable) extends BiopetCommandLineFunction with Ref
Logging.addError(s"No index files found for bowtie2 in: $indexDir with basename: $basename")
}
}
/** return commandline to execute */
def cmdLine = required(executable) +
conditional(q, "-q") +
......
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