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
a8f3cc2c
Commit
a8f3cc2c
authored
Jul 04, 2016
by
Moustakas
Browse files
Change argumnet description
parent
06f6747b
Changes
1
Hide whitespace changes
Inline
Side-by-side
biopet-core/src/main/scala/nl/lumc/sasc/biopet/core/MultiSampleQScript.scala
View file @
a8f3cc2c
...
...
@@ -24,7 +24,7 @@ import org.broadinstitute.gatk.queue.QScript
/** This trait creates a structured way of use multisample pipelines */
trait
MultiSampleQScript
extends
SummaryQScript
{
qscript
:
QScript
=>
@Argument
(
doc
=
"Only Sample"
,
shortName
=
"s"
,
required
=
false
,
fullName
=
"sample"
)
@Argument
(
doc
=
"Only
Process This
Sample"
,
shortName
=
"s"
,
required
=
false
,
fullName
=
"sample"
)
private
[
core
]
val
onlySamples
:
List
[
String
]
=
Nil
require
(
globalConfig
.
map
.
contains
(
"samples"
),
"No Samples found in config"
)
...
...
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