Open pconesa opened 1 year ago
Yes, if it is a link to another runs location a relative link might be better
https://www3.mrc-lmb.cam.ac.uk/relion/index.php/FAQs#What_is_the_right_way_to_import_files_outside_the_project_directory.3F "Symbolic links to somewhere outside the project directory must be by an absolute path. "
After moving the project you must re-create the links
hi, this has happened to one of our users. He moved the project to another machine and images where gone.
The reason is here:
fileName points to the "input" folder, which is an absolute link to another runs folder
Probably making the link relative will fix it or in the sqlite save the actual path removing "input" folder from the equation.