Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
biopet.biopet
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirrors
biopet.biopet
Commits
a90b06da
Commit
a90b06da
authored
10 years ago
by
bow
Browse files
Options
Downloads
Patches
Plain Diff
Update base BiopetQScript command line argument names
parent
c0598153
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
+3
-2
3 additions, 2 deletions
...c/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
with
3 additions
and
2 deletions
biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetQScript.scala
+
3
−
2
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
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment