T2T allele liftover issues
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
* When you create a new genome build, it leaves a heap of alleles that need liftover. Should add something to deployment warnings saying to go to liftover page and click button for that build.
* If you click "liftover" on t2t on liftover page - it tries ClinGenAllele registry (which can't possibly work)
* I also ran into this problem:
```
File "/mnt/variantgrid/analysis/management/commands/fix_liftover_existing_variant_tags.py", line 23, in handle
create_liftover_pipelines(admin_bot(), alleles, ImportSource.COMMAND_LINE, genome_build)
File "/mnt/variantgrid/snpdb/liftover.py", line 86, in create_liftover_pipelines
AlleleLiftover.objects.bulk_create(allele_liftover_records, batch_size=2000)
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "snpdb_liftovererror_liftover_id_allele_id_ac62c5c6_uniq"
DETAIL: Key (liftover_id, allele_id)=(4916, 72775) already exists.
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.