eastgenomics / eggd_generate_variant_workbook

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

Incomplete docstring #156

Closed jethror1 closed 4 months ago

jethror1 commented 10 months ago

https://github.com/eastgenomics/eggd_generate_variant_workbook/blob/4b914db6963b179b31bc28f93b24c7c889b6445f/resources/home/dnanexus/generate_workbook/utils/columns.py#L39

RSWilson1 commented 6 months ago

Here's the docstring finished. This takes a dataframe of variants and edits the CSQ column to remove all duplicated entries and re-joins the new list of unique entries with '&' as the delimiter.

jethror1 commented 6 months ago

thanks! :tada: