eweitz / ideogram

Chromosome visualization for the web
https://eweitz.github.io/ideogram
Other
288 stars 72 forks source link

Mus musculus taxonomy id (10090) fails #250

Closed bioinsilico closed 3 years ago

bioinsilico commented 3 years ago

Some taxonomy ids fail e.g.

new Ideogram({organism: 10090});

Some method requests a non-existent file https://cdn.jsdelivr.net/npm/ideogram@1.27.0/dist/data/bands/native/house-mouse.json

eweitz commented 3 years ago

Thanks for reporting the bug. As a workaround, does passing the scientific name work for you? E.g.:

new Ideogram({organism: 'Mus musculus'});

bioinsilico commented 3 years ago

Thank you @eweitz. Yes, it works using the NCBI scientific name.

eweitz commented 3 years ago

Great -- glad it works for you!