I am attempting to recreate the functionality of the website igv.org/app/ in my own code. In this website, when a bigwig url is added using the tracks –> url feature, a graph of its genetic data is produced. I am creating an app that when a cell in a data table is clicked, the bigwig url in that row is automatically loaded into the genomics viewer. However, I am getting an error : “Unknown file type ” – followed by the correct URL.
Any help offered would be appreciated.
- I hardcoded the same url which worked in igv.org/app into my custom app. I am still getting the “Unknown file type” error.