populate_clingen_alleles_for_variants doesn't handle case where Allele exists, but does not have ClinGen Allele
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 22m
- Merged PRs (30d)
- 40
Description
When this was 1st written, the only way an allele would be created was via ClinGen.
In a recent import, something went wrong (perhaps ClinGen was down?) and a lot of Alleles were created but w/o ClinGen.
If you call this function now, nothing happens as it skips over any alleles (whether they have ClinGen allele or not)
Need to handle the case where Allele is there but ClinGen is not.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.