Skip to content
Snippets Groups Projects
Commit ae7ffeeb authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix paths

parent 41670290
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ steps:
default: before_noise_remover.png
out:
- id: output
run: ./imageplotter.cwl
run: ../steps/imageplotter.cwl
label: imageplotter
- id: noiseremover
in:
......@@ -34,7 +34,7 @@ steps:
valueFrom: $('no_noise' + inputs.input.basename)
out:
- id: output
run: ./noiseremover.cwl
run: ../steps/noiseremover.cwl
label: noiseremover
scatter:
- input
......@@ -44,7 +44,7 @@ steps:
source: url_list
out:
- id: output
run: ./download_images.cwl
run: ../steps/download_images.cwl
label: download_images
- id: after_plot_inspect
in:
......@@ -55,7 +55,7 @@ steps:
default: after_noise_remover.png
out:
- id: output
run: ./imageplotter.cwl
run: ../steps/imageplotter.cwl
label: imageplotter
requirements:
- class: ScatterFeatureRequirement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment