vgteam / sequenceTubeMap

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

"Path to graph file not allowed" error when loading a link (or config data source) to a URL bed region #438

Closed adamnovak closed 2 months ago

adamnovak commented 3 months ago

It tries to use the garbage file names from tracks.json to actually get a path list, and fails.

adamnovak commented 3 months ago

We might need to fix this to fix #432; it seems like when the filenames come in through config.json they might actually block display from happening.

adamnovak commented 2 months ago

I fixed this in #443.