-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GFF3 with CSI index shows "Error: Not a TBI file" in linear genome view #1082
Comments
Nice catch, this should be fixed here on master now bde37a2 |
We could cut a new release if that is helpful for testing Might also be good if we made something like |
I think we can use the URL argument of @laceysanderson if you're interested you could try upgrade/create with this jbrowse upgrade --url https://jbrowse.org/code/jb2/alpha/master/jbrowse-web-master.zip This will upgrade to a master branch build with the fix :) |
Using JBrowse update with the URL provided an error:
However, I spun up a development container and tested it on master and confirmed the commit does fix the error: Thanks @cmdcolin! |
Super, glad that works I might also recommend using the SvgFeatureRenderer. I used this command to load a GFF track before
With regards to that error running jbrowse upgrade with this, we will try and fix that too. I would love to use that technique in future issues if people are trying to debug their latest instance, hopefully we can get that upgrade path smoothed out. We saw that EISDIR error in an older version of our CLI but if it is still happening we will check into it |
I can confirm I have locally beta 0.0.16 and you also have 0.0.16 of the cli tools so it would appear it still happens under some circumstances |
Describe the bug
I've tried multiple GFF3 files which require CSI index and all of them show the same behaviour. Specifically, the track appears to be added to the configuration correctly as shown below but when I turn it on through the Linear Genome view track selector I see the following error message:
Here is the config file:
To Reproduce
NOTE: I'm using a docker image for easy reproducibility. You can access it here including instructions on it's usage. If using the docker, execute the following commands after starting your container rather then those listed in step 1 above.
I've also tested this on my debian web server with the same results.
Expected behavior
I expect to see the gene glyphs since #797 implies CSI is supported for GFF3 files (confirmed by config being correctly added).
Version:
Browser: Firefox 77.0.1 and Chrome 83.0.4103.116
Additional context
The public example files used are from Pisum sativum (field pea) Cameor and available for usage here:
https://v1.legumefederation.org/data/public/Pisum_sativum/
. I've also tested this with Lentil but those files are not yet public.The text was updated successfully, but these errors were encountered: