cycledash
cycledash copied to clipboard
Pileup.js should use the CycleDash API
pileup currently fetches variants directly from the VCF file and alignments directly from the BAM file.
It would make more sense for it to pull in variants either via the API or by piggy-backing on the existing variant data flow within the examine page.
Fetching alignments will require the CycleDash API to support this, but it could be a big performance win over fetching & parsing BAM files in JavaScript.