igvteam / igv-reports

Python application to generate self-contained pages embedding IGV visualizations, with no dependency on original input files.
MIT License
347 stars 51 forks source link

varianttable.py: correct INFO and FORMAT field rendering for single Float or Integer entries #26

Closed dlaehnemann closed 5 years ago

dlaehnemann commented 5 years ago

varianttable.py: ensure that INFO and FORMAT fields with a single (Header spec Number=1) entry are properly rendered when they are float (Header spec Type=Float) or integer (Header spec Type=Integer)

jrobinso commented 5 years ago

Thanks for the PR!

dlaehnemann commented 5 years ago

Thanks for the quick turn-around! ;)