I am trying to transfer a history from usegalaxy.org to usegalaxy.eu, however, the import job fails with a python error. The history has been exported to a URL and published on the .org side.
History:
Galaxy (~6GB)
Edit: Further testing with a very small history (70 bytes) yields the same error.
Further testing to import the same exported history from usegalaxy.org into usegalaxy.no yields the same error. Further testing exporting a history from usegalaxy.eu into usegalaxy.no results in the same error.
I conclude that this has to be a general problem with these Galaxy instances, or the function has been disabled, in which case it should be removed from the UI, or the documentation is misleading and the functionality is not to be used this way.
Traceback (most recent call last):
File "/opt/galaxy/server/lib/galaxy/tools/imp_exp/unpack_tar_gz_archive.py", line 92, in <module>
main(options, args)
File "/opt/galaxy/server/lib/galaxy/tools/imp_exp/unpack_tar_gz_archive.py", line 73, in main
check_archive(archive_file, dest_dir)
File "/opt/galaxy/server/lib/galaxy/tools/imp_exp/unpack_tar_gz_archive.py", line 38, in check_archive
with tarfile.open(archive_file, mode="r") as archive_fp:
File "/usr/lib64/python3.8/tarfile.py", line 1608, in open
raise ReadError("file could not be opened successfully")
tarfile.ReadError: file could not be opened successfully