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: ...@@ -24,7 +24,7 @@ steps:
default: before_noise_remover.png default: before_noise_remover.png
out: out:
- id: output - id: output
run: ./imageplotter.cwl run: ../steps/imageplotter.cwl
label: imageplotter label: imageplotter
- id: noiseremover - id: noiseremover
in: in:
...@@ -34,7 +34,7 @@ steps: ...@@ -34,7 +34,7 @@ steps:
valueFrom: $('no_noise' + inputs.input.basename) valueFrom: $('no_noise' + inputs.input.basename)
out: out:
- id: output - id: output
run: ./noiseremover.cwl run: ../steps/noiseremover.cwl
label: noiseremover label: noiseremover
scatter: scatter:
- input - input
...@@ -44,7 +44,7 @@ steps: ...@@ -44,7 +44,7 @@ steps:
source: url_list source: url_list
out: out:
- id: output - id: output
run: ./download_images.cwl run: ../steps/download_images.cwl
label: download_images label: download_images
- id: after_plot_inspect - id: after_plot_inspect
in: in:
...@@ -55,7 +55,7 @@ steps: ...@@ -55,7 +55,7 @@ steps:
default: after_noise_remover.png default: after_noise_remover.png
out: out:
- id: output - id: output
run: ./imageplotter.cwl run: ../steps/imageplotter.cwl
label: imageplotter label: imageplotter
requirements: requirements:
- class: ScatterFeatureRequirement - class: ScatterFeatureRequirement
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment