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 we run ntm-profiler in tomcat environment, we got "OSError: [Errno 18] Invalid cross-device link" error in fastq.py file. This error caused by os.rename function. os.rename only works if source and destination are on the same file system.
Could you please fix the issue using shutil.move?
We didn't check another files.
The text was updated successfully, but these errors were encountered:
jodyphelan
added a commit
to jodyphelan/pathogen-profiler
that referenced
this issue
Jan 9, 2023
When we run ntm-profiler in tomcat environment, we got "OSError: [Errno 18] Invalid cross-device link" error in fastq.py file. This error caused by os.rename function. os.rename only works if source and destination are on the same file system.
Could you please fix the issue using shutil.move?
We didn't check another files.
The text was updated successfully, but these errors were encountered: