Skip to content

Commit

Permalink
Beginning a test for #126
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed May 16, 2019
1 parent 961be42 commit 32b6ec9
Show file tree
Hide file tree
Showing 4 changed files with 766 additions and 0 deletions.
1 change: 1 addition & 0 deletions goatools/obo_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ def get_goterms_upper(self):
"""Returns a set containing parents and relationship GO Terms."""
# Requires GODag is created with 'relationship' in optional_attrs argument
# pylint: disable=no-member
# print('UPPER -------------------------------', self.relationship.keys())
return set.union(self.parents, *self.relationship.values())

def get_goterms_lower(self):
Expand Down
Loading

0 comments on commit 32b6ec9

Please sign in to comment.