can not see ref sequence #4485
-
Dear Jbrowse2 developer, I got this error from JBrowse, here is the stack trace:
https://xliugroup.com:39000/?session=local-moIaIGLQw2Ncf8C85Cpr8 The file I used: in my server, I used samtools to covert MG1363_NC_009004.1.fa Regards |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi there, i can see you have something like a REST API serving the files from the URL containing question mark (https://xliugroup.com/shared-files/1380/?MG1363_NC_009004.1.fa.gz) i think the api might not be responding to the Range header properly perhaps |
Beta Was this translation helpful? Give feedback.
-
Thank you for letting me know it works at your local instance there are indeed too many problems if I insist using url from my website But probably this will cost too much effort for me to debug, I will try still to working on this, at the same time, I tried to use the jbrowse cli, but having another problem here is my config file for normal page, it's working but for admin page, somethings wrong I don't understand... |
Beta Was this translation helpful? Give feedback.
Hi there,
This is likely something weird with your server side setup. I don't know exactly what but if i for example download your fa.gz, fa.gz.gzi, and .fa.gz.fai files, then load it into my local instance, it works fine. this tends to mean your server is adding some weird HTTP headers to gzip files.
i can see you have something like a REST API serving the files from the URL containing question mark (https://xliugroup.com/shared-files/1380/?MG1363_NC_009004.1.fa.gz)
i think the api might not be responding to the Range header properly perhaps