Dave Lawrence
Dave Lawrence
If you want efficiency - output a new file format, don't output a file labelled VCF that violates the specs
[Release 4.6.0.0](https://github.com/broadinstitute/gatk/releases/tag/4.6.0.0) > By overwhelming popular demand, we've switched back to using the standard ./. representation for no-calls in GenotypeGVCFs and GenomicsDB instead of 0/0 with DP=0
Thanks - will do that as a workaround. I usually use the specific methods (which work fine), in this case I wanted to store all format fields in JSON
I posted this in HGVS slack but it disappeared after 90 days so re-raising here
Fixed w/Pull request
I am happy to do the work and make a pull request, just raising the issue for discussion
Potentually related to #367
Hi, thanks for the pull request, here are some comments on the change: 1. **_update_gene_symbol** The existing code: ``` if not symbol: ``` Already handles symbol being None - I...
@markgene - thanks for your contribution, I have taken your change, removed the gene parts, and added a unit test - submitted as a new pull request: https://github.com/biocommons/hgvs/pull/746
Sorry, I use Django autocomplete light now, so can't easily test this. Feel free to close if you think it's fixed.