Closed gvogler closed 2 years ago
@gvogler - working on this now, taking some notes. Msp300's coordinates: chr2L:5,100,877-5,207,002 bypassing igvR/javascript message passing, trying your test case in the javascript browser console, I think the problem lies in igv.js. I will put the question to Jim Robinson, who is always responsive and helpful.
igv.version() // '2.10.5'
p1 = igvBrowser.search("chr2L:5,100,877-5,207,002") // this works
p2 = igvBrowser.search("Msp300") // this fails
search
returns a Promise which, when examined for each of these cases, looks like this:
@gvogler Jim Robinson says this is now fixed: https://github.com/igvteam/igv.js/issues/1476#issuecomment-1082296795 Could you give it a try?
Perfect! Works like a charm.
glad to hear it!
I run data on the Drosophila dm6 genome and noticed that only genes from chrX are recognized and found (search box or via showGenomicRegion), but no gene on other chromosomes
The transcript of Msp300 is present in the track view and I can navigate their with coordinates, just not by gene. The standalone igv program can find those genes.