Skip to content

Commit

Permalink
turn off fail missing for baseline images
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewelamb committed Jul 29, 2020
1 parent 07e8378 commit 6a8269c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tumor_deconvolution_workflow.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ steps:
- id: score_submission
source: get_evaluation_parameters/score_submission
- id: fail_missing
valueFrom: $(true)
valueFrom: $(false)
out:
- id: annotation_json
- id: status
Expand Down

0 comments on commit 6a8269c

Please sign in to comment.