Skip to content

Commit

Permalink
Allow empty output from facets
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhil committed Apr 11, 2023
1 parent 49cb3d9 commit f2300a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cwl/facets-workflow.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -152,15 +152,15 @@ steps:
purity_png:
type:
type: array
items: [File]
items: ['null', File]
purity_seg:
type:
type: array
items: ['null', File]
hisens_png:
type:
type: array
items: [File]
items: ['null', File]
hisens_seg:
type:
type: array
Expand Down Expand Up @@ -281,15 +281,15 @@ steps:
purity_png:
type:
type: array
items: [File]
items: ['null', File]
purity_seg:
type:
type: array
items: ['null', File]
hisens_png:
type:
type: array
items: [File]
items: ['null', File]
hisens_seg:
type:
type: array
Expand Down Expand Up @@ -338,15 +338,15 @@ steps:
purity_png:
type:
type: array
items: [File]
items: ['null', File]
purity_seg:
type:
type: array
items: ['null', File]
hisens_png:
type:
type: array
items: [File]
items: ['null', File]
hisens_seg:
type:
type: array
Expand Down

0 comments on commit f2300a9

Please sign in to comment.