eastgenomics / eggd_generate_variant_workbook

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

Fix url value typing #112

Closed jethror1 closed 2 years ago

jethror1 commented 2 years ago

Properly check for if a cell value is numeric when building the hyperlink to store it with the appropriate type

Closes #111


This change is Reviewable

pep8speaks commented 2 years ago

Hello @jethror1! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 8:1: E402 module level import not at top of file

Line 1:21: E231 missing whitespace after ':' Line 16:48: W292 no newline at end of file

Comment last updated at 2022-07-13 16:34:35 UTC