jodyphelan/NTM-Profiler

OSError: [Errno 18] Invalid cross-device link

Opened this issue · 1 comments

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.

This will be fixed in the upcoming version.