LincolnSteinLab / gdc-viewer

A JBrowse plugin for viewing GDC Data
https://lincolnsteinlab.github.io/gdc-viewer/
MIT License
3 stars 2 forks source link

add support for MAF files #112

Closed GFJHogue closed 3 years ago

GFJHogue commented 3 years ago

Main ticket: #81

This is our first time dealing directly with a gzipped filetype from GDC (without falling back to JBrowse modules)!

MAF files unzipped are basically TSVs with a multi-line #-commented header.

I was able to use @gmod/bgzf-filehandle to unzip the MAF & then leverage our BaseBEDLikeFeature Store class.