I feel like I’ve done this many times without any issue. I’m having trouble importing micrographs and end up getting the error message attached. There are over 3000 images, so the input path ending is: *.mrc
Can anyone define the source of this error message?
I found the solution. Apparently, there was some issue with the “cp -a” command I used to copy the data over to the cryosparc folder. However, just applied the command “chmod -R 777 train_cryosparc/” to the folder I had copied over and that allowed me to import.
So, just for future reference in this forum, if anyone has this issue with permissions to read the file, use command “ chmod -R 777 [NAME_OF_YOUR_FOLDER]/ ”