Skip to content

Commit 2553c78

Browse files
committed
maintenance: update workflows
1 parent 47c1248 commit 2553c78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wf-mlcubes/mlcube-validation.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ steps:
6464

6565
unzip_tarball:
6666
doc: Unzip MLCube config tarball, then upload file(s) to Synapse.
67-
run: ../shared/extract_config.cwl
67+
run: steps/extract_config.cwl
6868
in:
6969
- id: input_file
7070
source: "#download_tarball/filepath"

wf-segmentation/validation-phase.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ steps:
182182
doc: >
183183
Send email of the scores to the submitter, as well as the link to the
184184
all_scores CSV file on Synapse
185-
run: ../shared/email_results.cwl
185+
run: steps/email_results.cwl
186186
in:
187187
- id: submissionid
188188
source: "#submissionId"

0 commit comments

Comments
 (0)