You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run multiple instances of gtex_rnaseq_V10.sif on the same node I get the following error:
Jan 10 10:54:05 ..... started mapping
Jan 10 10:58:40 ..... finished mapping
Jan 10 10:58:45 ..... finished successfully
Traceback (most recent call last):
File "/src/run_STAR.py", line 135, in
shutil.rmtree(f'{args.prefix}._STARtmp')
File "/usr/lib/python3.10/shutil.py", line 725, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/usr/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
os.unlink(entry.name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: '.nfs4659ceee90ac64b50000027d'
Mark Dups STAR mapping SRR15880878
This seems to be an issue with shutil.rmtree() that has been fixed in later versions of python. Would it be possible to update the version of python in gtex image? The image works fine if there is only 1 instance running on a node but as soon as I have multiple I get this error every time.
When I run multiple instances of gtex_rnaseq_V10.sif on the same node I get the following error:
Jan 10 10:54:05 ..... started mapping
Jan 10 10:58:40 ..... finished mapping
Jan 10 10:58:45 ..... finished successfully
Traceback (most recent call last):
File "/src/run_STAR.py", line 135, in
shutil.rmtree(f'{args.prefix}._STARtmp')
File "/usr/lib/python3.10/shutil.py", line 725, in rmtree
_rmtree_safe_fd(fd, path, onerror)
File "/usr/lib/python3.10/shutil.py", line 681, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
File "/usr/lib/python3.10/shutil.py", line 679, in _rmtree_safe_fd
os.unlink(entry.name, dir_fd=topfd)
FileNotFoundError: [Errno 2] No such file or directory: '.nfs4659ceee90ac64b50000027d'
Mark Dups STAR mapping SRR15880878
This seems to be an issue with shutil.rmtree() that has been fixed in later versions of python. Would it be possible to update the version of python in gtex image? The image works fine if there is only 1 instance running on a node but as soon as I have multiple I get this error every time.
https://stackoverflow.com/questions/64687047/shutil-rmtree-filenotfounderror-errno-2-no-such-file-or-directory-xxx
Thanks,
-L
The text was updated successfully, but these errors were encountered: