eastgenomics / eggd_generate_variant_workbook

DNAnexus app for generating xlsx variant workbooks
3 stars 0 forks source link

Fixed gnomad value typing #97

Closed mattgarner closed 2 years ago

mattgarner commented 2 years ago

gnomad values are a mixture of strings (".") and floats (0.01)

Need to retain these types to enable sorting in the output, therefore don't cast them to string as with all other outputs.

Need to add a more generic solution for data sources with both mixed type values and hyperlinks in a later update - see #96


This change is Reviewable