We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81f51f commit 286050aCopy full SHA for 286050a
demo-october-2022/example_2x2_cardio_fmi/example_user/run_fractal_demo.sh
@@ -9,9 +9,8 @@ echo
9
USERNAME=''
10
if [ "$USERNAME" = "" ];
11
then
12
- echo "Please define a username on line 8"
13
- exit 1
14
-fi
+ echo "Please define a username on line 9"
+else
15
16
# Set useful variables
17
PRJ_NAME=$USERNAME"_myproj"
@@ -86,3 +85,4 @@ fractal task add-subtask $WF_ID "Measurement" --args-file ${TMPDIR}/args_measure
86
85
# Apply workflow
87
fractal task apply $PRJ_ID $DS_IN_ID $DS_OUT_ID $WF_ID
88
+fi
0 commit comments