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
edbabec1
Commit
edbabec1
authored
Jan 12, 2016
by
Wai Yi Leung
Browse files
Merge branch 'fix-toucan' into 'develop'
Fix short name See merge request !303
parents
e2126bad
d46354a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/toucan/src/main/scala/nl/lumc/sasc/biopet/pipelines/toucan/Toucan.scala
View file @
edbabec1
...
...
@@ -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