Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

download_data.sh on the STFC cloud #179

Open
KrisThielemans opened this issue May 27, 2022 · 2 comments
Open

download_data.sh on the STFC cloud #179

KrisThielemans opened this issue May 27, 2022 · 2 comments
Assignees
Milestone

Comments

@KrisThielemans
Copy link
Member

I don't think download_data.sh can currently pick up data from the /mnt folder.

~/SIRF-Exercises/scripts/download_data.sh -w ~/SIRF-Exercises/working_dir -D /mnt/materials/SIRF/Fully3D/SIRF/ -p
Destination is "/home/jovyan/SIRF-Exercises/data"
Download location is "/mnt/materials/SIRF/Fully3D/SIRF/"
Downloading PET data
/mnt/materials/SIRF/Fully3D/SIRF ~/SIRF-Exercises
Downloading UCL NEMA_IQ data
rm: cannot remove 'NEMA_IQ.zip.md5': Read-only file system
some error occurred. Retry

This is because

rm -f "${filename}.md5"

@KrisThielemans
Copy link
Member Author

KrisThielemans commented May 28, 2022

I see that the following env variables exist on my instance

SIRF_INSTALL_PATH=/opt/SIRF-SuperBuild/INSTALL
SIRF_PATH=/opt/SIRF-SuperBuild/sources/SIRF
SIRF_EXERCISES_DATA_PATH=/mnt/materials/SIRF/Fully3D/SIRF/

The first is used by examples_data_path (and therefore makes SIRF_PATH unused). The latter seems nowhere used.

@KrisThielemans KrisThielemans added this to the v3.4 milestone Jan 19, 2023
@KrisThielemans
Copy link
Member Author

Not sure if this still applies, but flagging it up

@KrisThielemans KrisThielemans modified the milestones: v3.4, v3.6 Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants