Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Apr 21, 2018
1 parent ab071b3 commit 7ab68c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-neo-makefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ def build(datasets, args):
for d in datasets:
dn = d['dataset']
t = d['type']
if t == 'gpi':
# temporary: see https://github.com/geneontology/go-site/issues/595
if t == 'gpi' and dn != 'wb':
smap[dn] = d
elif t == 'gaf':
if dn not in smap:
Expand Down

0 comments on commit 7ab68c9

Please sign in to comment.