Closed abought closed 3 years ago
Contributions to release notes tracked below
lz-parsers
extension provides helpers to read BED, GWAS, and PLINK user-provided LD filesbed_intervals
panel and data layer layouts make it easier to use standard-format BED file data with the existing intervals trackgwas-credible-sets
and tabix-reader
libraries no longer need to be included separately when using related LZ extensions. The extension also automatically incorporates its dependencies.
Ticket
237
Purpose
The existing
lz-tabix-source
addon provides a way to load generic tabix files, but it does not handle the act of parsing. We will add basic parsers for several line based formats. If time permits, we should also explore UI (an add-track widget) that comes pre-configured with common options.The "add track" widget will focus on tabix-based files, rather than generic text files. The rationale for this is that some users might have very large datafiles that would overwhelm the browser. Using a tabix query will prevent a bad user experience (browser crash), though at the cost of some minor added effort during data preparation.
TODO