We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd8ead1 commit f429fccCopy full SHA for f429fcc
wf-mlcubes/mlcube-validation.cwl
@@ -168,6 +168,19 @@ steps:
168
- id: previous_annotation_finished
169
source: "#add_tarball_annots/finished"
170
out: [finished]
171
+
172
+ set_invalid_status:
173
+ doc: Set status to INVALID if corresponding Docker image not found
174
+ run: |-
175
+ https://raw.githubusercontent.com/Sage-Bionetworks/ChallengeWorkflowTemplates/v4.1/cwl/check_status.cwl
176
+ in:
177
+ - id: status
178
+ source: "#get_corresponding_docker/status"
179
+ - id: previous_annotation_finished
180
+ source: "#update_tarball_annots/finished"
181
+ - id: previous_email_finished
182
+ source: "#send_docker_results/finished"
183
+ out: [finished]
184
185
s:author:
186
- class: s:Person
0 commit comments