Skip to content

Commit

Permalink
update taxonomy db to dynamically get latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroMTQ committed Apr 23, 2022
1 parent 6a5d9b3 commit a59937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mantis/Database_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def get_common_links_metadata(self, string, res):
tc = find_tcdb(string)
if tc:
if 'tcdb' not in res: res['tcdb'] = set()
res['tcdb'].update(tc)1
res['tcdb'].update(tc)
tigr = find_tigrfam(string)
if tigr:
if 'tigrfam' not in res: res['tigrfam'] = set()
Expand Down

0 comments on commit a59937d

Please sign in to comment.