Skip to content

Commit

Permalink
Merge 7a52600 into e8bd238
Browse files Browse the repository at this point in the history
  • Loading branch information
sweng66 committed Apr 2, 2020
2 parents e8bd238 + 7a52600 commit da63c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dumping/curation/dump_go_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def dump_data():

go_qualifier = ""
if x.go_qualifier in ['NOT', 'contributes to', 'colocalizes with']:
go_qualifier = x.go_qualifier
go_qualifier = x.go_qualifier.replace(' ', '_')

row[QUALIFIER] = go_qualifier
row[ASPECT] = namespace_to_code[go_aspect]
Expand Down

0 comments on commit da63c2c

Please sign in to comment.