openvax / pyensembl

Python interface to access reference genome features (such as genes, transcripts, and exons) from Ensembl
Apache License 2.0
374 stars 65 forks source link

Incorrect normalization of "chrM" on GRCh38 to "MT" #225

Closed iskandr closed 5 years ago

iskandr commented 5 years ago
from varcode import Variant

Variant("chrM", 1, "C", "G") 
# Variant(contig='MT', start=1, ref='C', alt='G', reference_name='GRCh38')