igvteam / juicebox.js

HiC contact matrix visualization
MIT License
19 stars 13 forks source link

Load by URL leads to "unamed" dataset - regression #330

Closed jrobinso closed 4 years ago

jrobinso commented 4 years ago

Another juicebox.js regression. If loading by URL, the "name" of the dataset is "unnamed". It should be the "file" part of the url, that is the bit after the last "/" and before the "?", if any. Try loading this for example, the name should be "GM12878_ultra_42B_1k.hic"

http://adam.3dg.io/suhas_juicebox/libs/GM12878_ultra/GM12878_ultra_42B_1k.hic
turner commented 4 years ago

Fixed with PR: https://github.com/igvteam/juicebox.js/pull/331