Skip to content

Commit 9b4be22

Browse files
committed
Update relative paths
1 parent e8c311a commit 9b4be22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-october-2022/example_2x2_cardio_fmi/example_user/run_fractal_demo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ fractal task add-subtask $WF_ID "Yokogawa to Zarr" > ${TMPDIR}/args_yoko.json
6868

6969
# Paths of illumination correction images need to be accessible on the server.
7070
# This works if one runs the client from the same machine as the server. Otherwise, change `root_path_corr`
71-
echo "{\"overwrite\": true, \"executor\": \"cpu-low\", \"dict_corr\": {\"root_path_corr\": \"$TMPDIR/../../illum_corr_images/\", \"A01_C01\": \"20220621_UZH_manual_illumcorr_40x_A01_C01.png\", \"A01_C02\": \"20220621_UZH_manual_illumcorr_40x_A01_C02.png\", \"A02_C03\": \"20220621_UZH_manual_illumcorr_40x_A02_C03.png\"}}" > ${TMPDIR}/args_illum.json
71+
echo "{\"overwrite\": true, \"executor\": \"cpu-low\", \"dict_corr\": {\"root_path_corr\": \"$TMPDIR/../../../illum_corr_images/\", \"A01_C01\": \"20220621_UZH_manual_illumcorr_40x_A01_C01.png\", \"A01_C02\": \"20220621_UZH_manual_illumcorr_40x_A01_C02.png\", \"A02_C03\": \"20220621_UZH_manual_illumcorr_40x_A02_C03.png\"}}" > ${TMPDIR}/args_illum.json
7272
fractal task add-subtask $WF_ID "Illumination correction" --args-file ${TMPDIR}/args_illum.json
7373

7474
echo "{\"executor\": \"cpu-low\"}" > ${TMPDIR}/args_replicate.json

0 commit comments

Comments
 (0)