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

Change docs at commandline arg

parent 5153a1fb
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ trait BiopetQScript extends Configurable with GatkLogging {
@Argument(doc = "JSON / YAML config file(s)", fullName = "config_file", shortName = "config", required = false)
val configfiles: List[File] = Nil
@Argument(doc = "JSON config file(s)", fullName = "config_value", shortName = "cv", required = false)
@Argument(doc = "Config values, value should be formatted like 'key=value' or 'path:path:key=value'", fullName = "config_value", shortName = "cv", required = false)
val configValues: List[String] = Nil
var outputDir: File = {
......
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