eastgenomics / eggd_generate_variant_workbook

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

Fixes #92 #94. #93

Closed mattgarner closed 2 years ago

mattgarner commented 2 years ago

Fixes #92 which caused long URLs to break string length rules in excel formulae. Fixes #94 which caused long URLs truncate values in excel formulae.

Note that this now enforces that the length of the string is no longer than 255, not that the entire formula is no longer that 255 as was previously implemented (since char limit for a cell is actually 32K).


This change is Reviewable