Skip to content

Commit

Permalink
New qualifiers seen in GPAD: acts_upstream_of acts_upstream_of_or_wit…
Browse files Browse the repository at this point in the history
…hin acts_upstream_of_or_within_negative_effect
  • Loading branch information
dvklopfenstein committed Sep 13, 2018
1 parent c582125 commit 5793621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions goatools/anno/gpad_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ class GpadReader(object):
exp_qualifiers = set([
'NOT', 'contributes_to', 'colocalizes_with', 'enables', 'involved_in',
'part_of',
# Seen 2018_09
'acts_upstream_of',
'acts_upstream_of_or_within',
'acts_upstream_of_or_within_negative_effect'
])

def __init__(self, filename=None, hdr_only=False):
Expand Down

0 comments on commit 5793621

Please sign in to comment.