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
a90b06da
Commit
a90b06da
authored
Jul 29, 2014
by
bow
Browse files
Update base BiopetQScript command line argument names
parent
c0598153
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
View file @
a90b06da
...
...
@@ -8,10 +8,11 @@ import org.broadinstitute.gatk.queue.QSettings
import
org.broadinstitute.gatk.queue.function.QFunction
trait
BiopetQScript
extends
Configurable
{
@Argument
(
doc
=
"Config Json file"
,
shortName
=
"config"
,
required
=
false
)
@Argument
(
doc
=
"JSON config file(s)"
,
fullName
=
"config_file"
,
shortName
=
"conf"
,
required
=
false
)
val
configfiles
:
List
[
File
]
=
Nil
@Argument
(
doc
=
"Output directory"
,
shortName
=
"out
put
Dir"
,
required
=
true
)
@Argument
(
doc
=
"Output directory"
,
fullName
=
"output_directory"
,
shortName
=
"outDir"
,
required
=
true
)
var
outputDir
:
String
=
_
var
outputFiles
:
Map
[
String
,
File
]
=
Map
()
...
...
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