GMOD / jbrowse

JBrowse 1, a full-featured genome browser built with JavaScript and HTML5. For JBrowse 2, see https://github.com/GMOD/jbrowse-components.
http://jbrowse.org
Other
464 stars 199 forks source link

jbrowse.org's Volvox demo 404s #1523

Closed lyijin closed 4 years ago

lyijin commented 4 years ago

Hi there,

It's been ages since I used JBrowse, wanted to quickly check out the newer bells and whistles in the current version.

I noticed that the Volvox JBrowse page, linked from the Demo page (http://jbrowse.org/en/demos.html) produces a 404 error on Firefox and Chrome.

The current link on that page that 404s out for me is https://jbrowse.org/code/JBrowse-1.16.9/?loc=ctgA%3A9900..32510&tracks=DNA%2CTranscript%2Cvolvox-sorted-vcf%2Cvolvox-sorted_bam%2Cvolvox_microarray_bw_xyplot%2Cvolvox_microarray_bw_density&data=sample_data%2Fjson%2Fvolvox&highlight=

I checked my old genome browser, and the Volvox test page had an additional argument "?data=sample_data%2Fjson%2Fvolvox" that is not present in the 404'd link.

With a bit of URL hacking, this link works https://jbrowse.org/code/JBrowse-1.16.9/?data=sample_data%2Fjson%2Fvolvox&loc=ctgA%3A9900..32510&tracks=DNA%2CTranscript%2Cvolvox-sorted-vcf%2Cvolvox-sorted_bam%2Cvolvox_microarray_bw_xyplot%2Cvolvox_microarray_bw_density&data=sample_data%2Fjson%2Fvolvox&highlight=

but I'm not sure whether this was what you intended the link to be, hence raising this issue.

Cheers for writing JBrowse.

cmdcolin commented 4 years ago

Thanks! I went ahead and updated the demo link, should be on the site soon :) 25fdb00ad5

cmdcolin commented 4 years ago

Should be fixed, thanks for reporting