We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47c1248 commit 2553c78Copy full SHA for 2553c78
wf-mlcubes/mlcube-validation.cwl
@@ -64,7 +64,7 @@ steps:
64
65
unzip_tarball:
66
doc: Unzip MLCube config tarball, then upload file(s) to Synapse.
67
- run: ../shared/extract_config.cwl
+ run: steps/extract_config.cwl
68
in:
69
- id: input_file
70
source: "#download_tarball/filepath"
wf-segmentation/validation-phase.cwl
@@ -182,7 +182,7 @@ steps:
182
doc: >
183
Send email of the scores to the submitter, as well as the link to the
184
all_scores CSV file on Synapse
185
- run: ../shared/email_results.cwl
+ run: steps/email_results.cwl
186
187
- id: submissionid
188
source: "#submissionId"
0 commit comments