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

Changed config back because of compatibility issues

parent 3748001f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ import org.broadinstitute.gatk.queue.function.QFunction
trait BiopetQScript extends Configurable {
@Argument(doc = "JSON config file(s)", fullName = "config_file", shortName = "conf", required = false)
@Argument(doc = "JSON config file(s)", fullName = "config_file", shortName = "config", required = false)
val configfiles: List[File] = Nil
@Argument(doc = "Output directory", fullName = "output_directory", shortName = "outDir", required = true)
......
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