Skip to content

Commit

Permalink
bug fix for using ref_homo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Karmazin committed Dec 29, 2022
1 parent 3f3acd2 commit f13eeaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions just_coronary.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ def annotate (self, input_data):
if rsid == '':
return

self.ref_homo.process_row(input_data)

if not rsid.startswith('rs'):
rsid = "rs" + rsid

Expand Down

0 comments on commit f13eeaa

Please sign in to comment.