-
Notifications
You must be signed in to change notification settings - Fork 13
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
No such file or directory: results #49
Comments
Hi Jesse, May I know whether this problem is reproducible? Best, |
Hi, I have the same issue. I'll try to add a bit more information: my tomograms are called
The file required by the error message I'm a bit surprised that it's not there as it should be produced here: which is supposedly called here: In the isonet code that I cloned these lines both exist, so I should have the correct version. Any ideas? Anything that I could supply additionally? Best, |
After renaming my files with only one "." before the file extension (e.g. I'm assuming that Jesse might have been facing the same issue. From my side this issue here is solved, however this one should be fixed: #52 |
Hi
I followed your tutorial steps except using my data. I gave it several tomograms, preprocessed as you describe, then ran refine on the HPC. It runs for about 3 minutes then throws an error cannot find Results/....
I am running isonet/0.2.
File "/mnt/nfs/clustersw/Debian/bullseye/cuda/11.2/isonet/0.2/IsoNet/bin/refine.py", line 114, in run
get_cubes_list(args)
File "/mnt/nfs/clustersw/Debian/bullseye/cuda/11.2/isonet/0.2/IsoNet/preprocessing/prepare.py", line 183, in get_cubes_list
p.map(func,inp)
File "/usr/lib/python3.9/multiprocessing/pool.py", line 364, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
File "/usr/lib/python3.9/multiprocessing/pool.py", line 771, in get
raise self._value
FileNotFoundError: [Errno 2] No such file or directory: 'results/L1g4top2_ts_004_iter00.mrc'
I looked in the results folder and found results/L1g4top2_ts_004_iter00.mrc_17 (and other files with _17 ending for my other tomograms).
any suggestions are welcome!
thanks
Jesse
The text was updated successfully, but these errors were encountered: