Hello,
I have a question about an issue using higlass-manage. I hope I receive some feedback.
I am trying to ingest a gene annotation .bed file, so I can see the gene labels on higlass visualization of .mcool files.
I created the file geneAnnotationsExonUnionsMM39.bed file based on the following link:
https://docs.higlass.io/data_preparation.html#gene-annotation-tracks
I am trying to ingest the file using the following command:
higlass-manage ingest geneAnnotationsExonUnionsMM39.bed --filetype bedfile --datatype bedlike --assembly mm39
I also tried using --datatype gene-annotation, but both gave me the error below.
It gives the following error:
command: python higlass-server/manage.py ingest_tileset --filename /tmp/geneAnnotationsMM39.bed.beddb --filetype beddb --datatype bedlike --project-name "PenaLabHiCData" --coordSystem mm39 --uid A_hYkLnSTDqVIRkl6ELaiQ
ERROR: Traceback (most recent call last):
File "higlass-server/manage.py", line 22, in
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/geneAnnotationsMM39.bed.beddb'
Hello,
I have a question about an issue using
higlass-manage. I hope I receive some feedback.I am trying to ingest a gene annotation .bed file, so I can see the gene labels on higlass visualization of .mcool files.
I created the file
geneAnnotationsExonUnionsMM39.bedfile based on the following link:https://docs.higlass.io/data_preparation.html#gene-annotation-tracks
I am trying to ingest the file using the following command:
I also tried using
--datatype gene-annotation, but both gave me the error below.It gives the following error:
command: python higlass-server/manage.py ingest_tileset --filename /tmp/geneAnnotationsMM39.bed.beddb --filetype beddb --datatype bedlike --project-name "PenaLabHiCData" --coordSystem mm39 --uid A_hYkLnSTDqVIRkl6ELaiQ
ERROR: Traceback (most recent call last):
File "higlass-server/manage.py", line 22, in
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/geneAnnotationsMM39.bed.beddb'