From f13eeaadb936c7480b9784b95b88e2b9863b3455 Mon Sep 17 00:00:00 2001 From: Alex-Karmazin Date: Thu, 29 Dec 2022 18:32:07 +0200 Subject: [PATCH] bug fix for using ref_homo --- just_coronary.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/just_coronary.py b/just_coronary.py index cf62c00..6a23a5e 100644 --- a/just_coronary.py +++ b/just_coronary.py @@ -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