vgteam / sequenceTubeMap

displays multiple genomic sequences in the form of a tube map
MIT License
182 stars 26 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 5 months ago

adamnovak commented 6 months ago

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

adamnovak commented 6 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 5 months ago

I fixed this in #443.