The IGV web app is a remarkably useful resource, and a valuable complement to the more portable igv.js web component. However, I just noticed that https://igv.org/app seems broken at the moment -- it does not display the igv.js embed, only a header and footer.
When I open browser DevTools Console at that IGV web app page, I see:
app.js:450
GET https://s3.amazonaws.com/igv.org.genomes/genomes.json 403 (Forbidden)
The IGV web app is a remarkably useful resource, and a valuable complement to the more portable igv.js web component. However, I just noticed that https://igv.org/app seems broken at the moment -- it does not display the igv.js embed, only a header and footer.
When I open browser DevTools Console at that IGV web app page, I see:
Navigating to https://s3.amazonaws.com/igv.org.genomes/genomes.json returns an XML file for the error:
Screenshot:
Is there perhaps some configuration change in Amazon S3 that would fix this?