tfwillems / HipSTR

Genotype and phase short tandem repeats using Illumina whole-genome sequencing data
GNU General Public License v2.0
94 stars 31 forks source link

Reduce visualization file size #17

Closed tfwillems closed 7 years ago

tfwillems commented 7 years ago

Currently, we're saving visualizations in an HTML-like format. This results in a lot of unnecessary space consumption as each base has its own td tag. Instead, we should construct files in which each read's alignment is just a string of characters and reformat to HTML within the python filtering scripts that are invoked by VizAln and VizAlnPDF.