kantale / MutationInfo

Tool to retrieve location information of genetic variants
MIT License
6 stars 3 forks source link

NM_001104.3:c.1729C>T returns None in position #11

Closed kantale closed 8 years ago

kantale commented 8 years ago
a = mi.get_info('NM_001104.3:c.1729C>T')
print a
{'chrom': '11', 'notes': '', 'source': 'LOVD', 'genome': u'hg19', 'offset': None, 'alt': 'T', 'ref': 'C'}
kantale commented 8 years ago

Mutaluzer was not in the correct pipeline order. So LOVD was called BEFORE mutalyzer which was not correct