SACGF / variantgrid

VariantGrid public repo
Other
23 stars 2 forks source link

Manual create variant - polling hangs forever if variant is normalized #1083

Open davmlaw opened 3 months ago

davmlaw commented 3 months ago

Search for "NC_000009.12:g.1005_43466del" and then create it

Bcftools normalizes it, and changes ref

Then in ManualVariantsPostInsertTask

I think a simple fix would be to move the variant_pk is None work into processing unknown_variant_coordinates

davmlaw commented 3 months ago

If you create "NC_000009.12:g.5_43366del" it also dies as it's removed by clean and filter

davmlaw commented 3 months ago

testing vg test - passed

NC_000009.12:g.1005_43466del - works, comes up with normalization message NC_000009.12:g.5_43366del - works, comes up with normalization message

EmmaTudini commented 1 month ago

Re-opened as admins can create variants in Shariant - low priority for testing We do not manually create variants in Shariant so should be safe. That said, admins still have the ability to do so, so you can always search for the “g.” that Dave lists in the issue and create it