vgteam / sequenceTubeMap

displays multiple genomic sequences in the form of a tube map
MIT License
180 stars 25 forks source link

Make link to view save/restore work with BED files that are URLs #348

Closed adamnovak closed 12 months ago

adamnovak commented 1 year ago

@ducku says this might not work yet

adamnovak commented 1 year ago

The trick might stashing the URLs in the object that we serialize to/deserialize from query parameters; we already encode and decode the values.

adamnovak commented 1 year ago

We think restoring the URL state should Just Work if it is in the link: https://github.com/vgteam/sequenceTubeMap/blob/205cc1addfbdba4ba5eb050b203b608a5b19f160/src/components/HeaderForm.js#L191-L195