-
Notifications
You must be signed in to change notification settings - Fork 199
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
Hello, I am testing to replace jbrowse with mouse data, but the tbi of the mouse gff3 file is always wrong here. I don't know what is wrong. I would like to ask you about the index. Do you have any mouse data to provide? ? thanks #1630
Comments
Generally to prepare a GFF3 tabix file you can use
then put both file.sort.gff.gz and file.sort.gff.gz.tbi in your data directory Then make in your config file
If it continues to have issues, you might have issues with your server. JBrowse does NOT like the server to return the HTTP header "Content-Encoding: gzip" for tabix files. Xref similar thread and FAQ One possible way to fix could be to give your files a random extension if your server is doing this based on file extension e.g.
|
Thanks, I have solved the problem, thanks a lot |
Great :) if you did anything different to solve feel free to post how, definitely this is an issue that comes up fairly frequently |
Hello, it is solved by the method you said, but I use GUN for sorting |
excellent, good to know! |
Is jbrowse incompatible with vue, why can't my project start when I put it in vue? |
jbrowse 1 can be a little awkward to put into a react/vue app. I demonstrated using jbrowse 1 here in a react app which might be somewhat similar to vue https://github.com/cmdcolin/jbrowse_in_react_app also, you can consider jbrowse 2. a user demonstrated how to use it in a vue app here GMOD/jbrowse-components#2930 |
ok, i'll try, i'm a newbie and i'm using JBROWSE2 too |
thanks very much |
hello,I used the code of this vue, but he kept reporting such an error. I tried many solutions, but I couldn't solve it. I would like to know how the people who used it successfully in vue at that time solved this problem? my error: |
Hello, I am testing to replace jbrowse with mouse data, but the tbi of the mouse gff3 file is always wrong here. I don't know what is wrong. I would like to ask you about the index. Do you have any mouse data to provide? ? thanks
The data I use is the ensemble version, and my error is:
Error: problem decompressing block: incorrect gzip header check
Is my decompression method wrong?
The text was updated successfully, but these errors were encountered: