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
Hi, i was trying to ingest some files but it keeps returning error FileNotFoundError: [Errno 2] No such file or directory: /tmp/ . I tried to reinstall higlass-manage it still doesn’t work. Anyone know how to fix it? Thank you!
higlass-manage ingest --filetype multivec \
--datatype multivec allChr.multires.mv5 \
--project-name 000_epimap833
state True
state True
state True
Removing existing file in temporary dir: /tmp/higlass-docker/allChr.multires.mv5
name_text:
hg_name: default
command: python higlass-server/manage.py ingest_tileset --filename /tmp/allChr.multires.mv5 --filetype multivec --datatype multivec --project-name "000_epimap833" --uid O8HB_1_tTFWawgYFJ1vEyw
ERROR: Traceback (most recent call last):
File "higlass-server/manage.py", line 22, in <module>
execute_from_command_line(sys.argv)
File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
File "/usr/local/lib/python3.8/dist-packages/django/core/management/__init__.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/usr/local/lib/python3.8/dist-packages/django/core/management/base.py", line 323, in run_from_argv
self.execute(*args, **cmd_options)
File "/usr/local/lib/python3.8/dist-packages/django/core/management/base.py", line 364, in execute
output = self.handle(*args, **options)
File "/home/higlass/projects/higlass-server/tilesets/management/commands/ingest_tileset.py", line 236, in handle
ingest(**options)
File "/home/higlass/projects/higlass-server/tilesets/management/commands/ingest_tileset.py", line 80, in ingest
django_file = File(open(filename,'rb'))
FileNotFoundError: [Errno 2] No such file or directory: '/tmp/allChr.multires.mv5'
The text was updated successfully, but these errors were encountered:
Turns out it was an issue with Rancher Desktop. The container couldn't see the mounted volumes. I'm working on an M2 MacBook. When I switched to Docker Desktop it had no problem ingesting.
Hi, i was trying to ingest some files but it keeps returning error FileNotFoundError: [Errno 2] No such file or directory: /tmp/ . I tried to reinstall higlass-manage it still doesn’t work. Anyone know how to fix it? Thank you!
The text was updated successfully, but these errors were encountered: