Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
a2275bd4
Commit
a2275bd4
authored
Jul 30, 2014
by
Peter van 't Hof
Browse files
Changed config back because of compatibility issues
parent
3748001f
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
View file @
a2275bd4
...
...
@@ -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
=
"conf
ig
"
,
required
=
false
)
val
configfiles
:
List
[
File
]
=
Nil
@Argument
(
doc
=
"Output directory"
,
fullName
=
"output_directory"
,
shortName
=
"outDir"
,
required
=
true
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment