Skip to content

Commit

Permalink
can have both zfin and wb in tax ids
Browse files Browse the repository at this point in the history
  • Loading branch information
kshefchek committed Apr 14, 2018
1 parent 47dcd82 commit 3e85743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dipper/sources/GeneOntology.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def process_gaf(self, file, limit, id_map=None, eco_map=None):

if 7955 in self.tax_ids:
zfin = ZFIN(self.graph_type, self.are_bnodes_skized)
elif 6239 in self.tax_ids:
if 6239 in self.tax_ids:
wbase = WormBase(self.graph_type, self.are_bnodes_skized)

with gzip.open(file, 'rb') as csvfile:
Expand Down

0 comments on commit 3e85743

Please sign in to comment.