Hi Lori, @lshep
I got this error message when copying a file from my /home/$USER/Downloads to
another partition on our server.
In file.rename(fpath, rpath) :
cannot rename file '/home/mramos/Downloads/hnsc_tcga.tar.gz' to '/data/16tb/cbio/2e7912cc3e62_hnsc_tcga.tar.gz', reason 'Invalid cross-device link'
This has been seen before in vtest issue 14
and it looks like the solution is to use file.copy.
Could this be changed in BiocFileCache?
Thanks!
Regards,
Marcel
Hi Lori, @lshep
I got this error message when copying a file from my
/home/$USER/Downloadstoanother partition on our server.
This has been seen before in vtest issue 14
and it looks like the solution is to use
file.copy.Could this be changed in
BiocFileCache?Thanks!
Regards,
Marcel