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
d46354a7
Commit
d46354a7
authored
Jan 12, 2016
by
Peter van 't Hof
Browse files
Fix short name
parent
e2126bad
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
View file @
d46354a7
...
...
@@ -37,7 +37,7 @@ class Toucan(val root: Configurable) extends QScript with BiopetQScript with Sum
@Input
(
doc
=
"Input VCF file"
,
shortName
=
"Input"
,
required
=
true
)
var
inputVCF
:
File
=
_
@Input
(
doc
=
"Input GVCF file"
,
shortName
=
"
Input
"
,
required
=
false
)
@Input
(
doc
=
"Input GVCF file"
,
shortName
=
"
gvcf
"
,
required
=
false
)
var
inputGvcf
:
Option
[
File
]
=
None
var
sampleIds
:
List
[
String
]
=
Nil
...
...
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