Skip to content

Commit

Permalink
use both default and job provided options
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya committed Nov 30, 2023
1 parent 1e4ed89 commit 0d52f95
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: $(self.summarize || getDefaultSummarizeOptions(self))
valueFrom: $(self.summarize && getDefaultSummarizeOptions(self))
out: [summary, annotations]

collect:
Expand All @@ -94,4 +94,4 @@ steps:
outputDirectory:
source: algorithm
valueFrom: $(selectOutputDirectory(self))
out: [directory]
out: [directory]

0 comments on commit 0d52f95

Please sign in to comment.