Skip to content

Commit

Permalink
minor fix in gene filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Nov 14, 2019
1 parent b3dab6c commit 7aed2e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions misc/filter_genes.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def main():
if len(gene_name) == 0:
continue
ids = get_gene_ids(gene_name)
if ids is None:
continue
for gid in ids:
if check_gene_description(gid, gene_name):
print(gene_name)
Expand Down

0 comments on commit 7aed2e8

Please sign in to comment.