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

Fixed args

parent 96c56bc1
No related branches found
No related tags found
No related merge requests found
......@@ -180,8 +180,8 @@ class Bowtie2(val root: Configurable) extends BiopetCommandLineFunction with Ref
optional("-D", D) +
optional("-R", R) +
/* Paired End */
optional("-minins", minins) +
optional("-maxins", maxins) +
optional("--minins", minins) +
optional("--maxins", maxins) +
conditional(fr, "--fr") +
conditional(rf, "--rf") +
conditional(ff, "--ff") +
......
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