Replies: 1 comment
-
Hi there, good question. The range requests are quite important for a lot of jbrowse features (accessing indexed file formats) You could try using Just a brief output of
It may help to consider what the final deployment will be also |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
We're embedding jbrowse in a django based site, but I have some issues during development and also during production.
I try to embed jbrowse in a bootstrap4 tab in a page. Goal is to show some bam alignments on the genome (although I'm now stuck at even displaying the annotation)
When I try to load a track or the reference sequence I'm getting an error :Error: HTTP 200 (OK) when fetching /static/jbrowse/assembly/HXB2.fasta bytes 0-15871 (should be 206 for range requests). It works when I add the track through the interface, but the range reques still does not work
I guess the django development server cannot serve range requests. I tried to serve the files separately using npx serve, but then I get cors errors.
Does anyone have an example of a working development /production django environment with an embedded jbrowse section?
Best Leo
Beta Was this translation helpful? Give feedback.
All reactions