vgteam / sequenceTubeMap

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

Add local backend mode #403

Closed adamnovak closed 5 months ago

adamnovak commented 5 months ago

This revises the API setup and lets us toggle to a new in-browser backend implementation that uses a WebAssembly WASI build of the GBZ-Base Rust implementation of GBZ graphs as SQLite databases.

You can "upload" (really grant access to) a file and then jump anywhere in an indexed path in the graph instantly, but the local backend still can't list paths or do reads, or usefully link to locations (since the file accesses don't get retained the next time you open the tube map.) It also can't read BED files yet.

Here's the new configuration at the bottom of the customization accordion: Screenshot 2024-03-13 at 11 53 32

You can Extract tube map data: either On remote server or In-browser (.gbz.db uploads only!).