Skip to content

Commit

Permalink
Merge pull request #7 from RuthEberhardt/master
Browse files Browse the repository at this point in the history
change to parsing of DDG2P to allow for >1 mode
  • Loading branch information
RuthEberhardt committed Apr 17, 2019
2 parents bdf9976 + be22380 commit 6d4e850
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clinicalfilter/load_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def parse_gene_line(line, header):

gene = {}
if re.search(r',', inheritance):
print(inheritance)
inh_split = inheritance.split(',')
gene['inh'] = {}
for inher in inh_split:
Expand Down

0 comments on commit 6d4e850

Please sign in to comment.