Skip to content

Commit 18a44c5

Browse files
committed
Merge branch 'release/1.2.3'
2 parents 11668a9 + cc32722 commit 18a44c5

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

athena_report/athena_report.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ inputs:
2323
- id: sample_name
2424
type: string?
2525
- id: output
26-
type: string?
26+
type: 'string[]?'
2727
- id: limit
2828
type: int?
2929
- id: summary

athena_report/athena_report__packed.cwl

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@
6666
"id": "#main/output",
6767
"type": [
6868
"null",
69-
"string"
69+
{
70+
"type": "array",
71+
"items": "string"
72+
}
7073
]
7174
},
7275
{
@@ -535,7 +538,10 @@
535538
"id": "#coverage_report_single.cwl/general_stats_parse/output",
536539
"type": [
537540
"null",
538-
"string"
541+
{
542+
"type": "array",
543+
"items": "string"
544+
}
539545
],
540546
"inputBinding": {
541547
"position": 0,
@@ -766,7 +772,7 @@
766772
"id": "#coverage_stats_single.cwl/general_stats_parse/flagstat",
767773
"type": [
768774
"null",
769-
"string"
775+
"File"
770776
],
771777
"inputBinding": {
772778
"position": 900,

0 commit comments

Comments
 (0)