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
Branches
Tags
No related merge requests found
...@@ -139,6 +139,7 @@ class Bowtie2(val root: Configurable) extends BiopetCommandLineFunction with Ref ...@@ -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") Logging.addError(s"No index files found for bowtie2 in: $indexDir with basename: $basename")
} }
} }
/** return commandline to execute */ /** return commandline to execute */
def cmdLine = required(executable) + def cmdLine = required(executable) +
conditional(q, "-q") + conditional(q, "-q") +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment