Skip to content

Commit

Permalink
Merge pull request #120 from mskcc/feature/fix_facets_run
Browse files Browse the repository at this point in the history
Feature/fix facets run
  • Loading branch information
nikhil authored Apr 11, 2023
2 parents 49cb3d9 + 035dd78 commit acad430
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 289 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
Loading

0 comments on commit acad430

Please sign in to comment.