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

Always use -f

parent a952ee2a
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class PickClosedReferenceOtus(val root: Configurable) extends BiopetCommandLineF
jobOutputFile = new File(outputDir, "std.log")
}
def cmdLine = executable +
def cmdLine = executable + required("-f") +
required("-i", inputFasta) +
required("-o", outputDir) +
optional("--reference_fp", reference_fp) +
......
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