Skip to content

Commit

Permalink
Update run-one.cwl
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya authored Dec 1, 2023
1 parent 564c920 commit 60d2fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions steps/run-one.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ steps:
matrix: gene_expression/matrix_with_gene_expr
options:
source: algorithm
valueFrom: $(getSummarizeOptions(self))
valueFrom: $(self.summarize || {})
out: [summary, annotations]

collect:
Expand All @@ -93,5 +93,5 @@ steps:
pickValue: all_non_null
outputDirectory:
source: algorithm
valueFrom: $(selectOutputDirectory(self))
valueFrom: $(self.directory || {})
out: [directory]

0 comments on commit 60d2fd4

Please sign in to comment.