The Phantom Variant
Bugfixes:
- Move the sleep timer to the end of the
batch_local
function to make sure it pauses after the first query if that is the only query (<1000 rsids). - If any of a few
Haplotype
Variation IDs are included in the vcf annotation mode, it can create an issue where the other locus in the pair will end up in the annotation table (expected). But this also creates an rsid/alt pair of.|A
which then causes all variants with no rsID and anA
alt allele to get this clinotator annotation (see VID: 560517, which isrs111033524|A
and.|A
). Fixed the vcf annotation to prevent rsIDs with.
from being annotated, but this then means the Haplotype variant will not be annotated at the.|A
locus (which isn't really possible anyways). Keeping track ofHaplotype
variants requires special attention, and both loci can be retrieved from thevcfmatch
field of the tsv table.