You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running IGV version 2.19.1 viewing the T2T reference chm12v2 a.k.a. hs1. I'm trying to get extra annotations (like repeat masker) from online.
After File->Load from Server I get "No datasets are available for the current genome (hs1)."
There is no Genomes -> Load Track Hub menu option. Instead there is "Load genome from UCSC GenArk" which does not have hs1.
After Genomes -> Load genome from URL -> https://hgdownload.soe.ucsc.edu/gbdb/hs1/hubs/public/hub.txt I get Error loading genome: For input string: "3.4" That's not what happens with for example https://hgdownload.soe.ucsc.edu/hubs/GCF/000/002/285/GCF_000002285.5/hub.txt which works fine. (Note: the hs1 hub.txt does not contain string "3.4".)
I think the track hub feature is great improvement for IGV, if only..
The text was updated successfully, but these errors were encountered:
OK I've reproduced the issue with the hs1 hub. This is obviously an important hub, I am going to prioritize fixing this for the next release. The problem is a little deeper than the parsing error (IGV was not expecting floating point numbers here), the auto selection for initial load results in way too many tracks. The hub support was designed for and tested against Genark hubs, this one is going to require some different rules.
In the meantime, you can load individual tracks from this hub by URL with this admittedly cumbersome process.
* Bug - fix parsing of non integer priorities
* Bug fix - handle absolute data URLs in track hub file (see issued #1643)
* Track hubs: restrict initial track selection list to Gene group if total track count is > 20
Running IGV version 2.19.1 viewing the T2T reference chm12v2 a.k.a. hs1. I'm trying to get extra annotations (like repeat masker) from online.
File->Load from Server
I get "No datasets are available for the current genome (hs1)."Genomes -> Load Track Hub
menu option. Instead there is "Load genome from UCSC GenArk" which does not have hs1.Genomes -> Load genome from URL -> https://hgdownload.soe.ucsc.edu/gbdb/hs1/hubs/public/hub.txt
I getError loading genome: For input string: "3.4"
That's not what happens with for example https://hgdownload.soe.ucsc.edu/hubs/GCF/000/002/285/GCF_000002285.5/hub.txt which works fine. (Note: the hs1hub.txt
does not contain string "3.4".)I think the track hub feature is great improvement for IGV, if only..
The text was updated successfully, but these errors were encountered: