File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,25 +17,25 @@ echo "where am I"
17
17
pwd
18
18
bash build.sh --cli --lxde
19
19
bash containers.sh all
20
- bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh itksnap 3.8 .0 20200811 itksnap /MRIcrop-orig.gipl
20
+ bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh niimath 1.0 .0 20240902 niimath
21
21
22
22
23
23
# check if container file exists
24
- if [ -f /home/runner/work/neurocommand/neurocommand/local/containers/itksnap_3.8.0_20200811/itksnap_3.8.0_20200811 .simg ]; then
24
+ if [ -f /home/runner/work/neurocommand/neurocommand/local/containers/niimath_1.0.0_20240902/niimath_1.0.0_20240902 .simg ]; then
25
25
echo " [DEBUG]: test_neurocommand.sh Container file exists"
26
26
else
27
27
echo " [DEBUG]: test_neurocommand.sh Container file does not exist! Something went wrong when downloading."
28
28
exit 1
29
29
fi
30
30
31
31
# check if transparent singularity generated executable output file:
32
- FILE=" /home/runner/work/neurocommand/neurocommand/local/containers/itksnap_3.8.0_20200811/itksnap "
32
+ FILE=" /home/runner/work/neurocommand/neurocommand/local/containers/niimath_1.0.0_20240902/niimath "
33
33
if [ -f $FILE ]; then
34
34
echo " [DEBUG]: test_neurocommand.sh $FILE exists."
35
35
else
36
36
echo " [DEBUG]: test_neurocommand.sh $FILE doesn't exist. Something went wrong with transparent singularity. Trying again."
37
- rm -rf /home/runner/work/neurocommand/neurocommand/local/containers/itksnap_3.8.0_20200811/itksnap_3.8.0_20200811 .simg
38
- bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh itksnap 3.8 .0 20200811 itksnap /MRIcrop-orig.gipl
37
+ rm -rf /home/runner/work/neurocommand/neurocommand/local/containers/niimath_1.0.0_20240902/niimath_1.0.0_20240902 .simg
38
+ bash /home/runner/work/neurocommand/neurocommand/local/fetch_containers.sh niimath 1.0 .0 20240902 niimath
39
39
if [ -f $FILE ]; then
40
40
echo " [DEBUG]: test_neurocommand.sh $FILE exists."
41
41
else
You can’t perform that action at this time.
0 commit comments