LincolnSteinLab / gdc-viewer

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

use inheritance instead of copy-paste for gdc-viewer BAM #106

Closed GFJHogue closed 3 years ago

GFJHogue commented 3 years ago

Instead of copy-pasting JBrowse code for all controlled-access gdc-viewer Store modules, leverage existing code as much as possible via inheritance.

This PR is a good template for adding further controlled-access file-types with corresponding JBrowse modules (VCFs, etc.)