Skip to content

Commit

Permalink
Update H7N9 host synonyms
Browse files Browse the repository at this point in the history
  • Loading branch information
trvrb committed Oct 3, 2017
1 parent 459b57a commit 26ae998
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vdb/h7n9_upload.py
Expand Up @@ -306,8 +306,6 @@ def format_host(self, v):
v['host'] = "chicken"
if v['host'] == "anasclypeata":
v['host'] = "duck"
if v['host'] == "chencanagica":
v['host'] = "goose"
if v['host'] == "anasplatyrhynchos":
v['host'] = "duck"
if v['host'] == "anassp.":
Expand All @@ -316,6 +314,10 @@ def format_host(self, v):
v['host'] = "duck"
if v['host'] == "anasdiscors":
v['host'] = "duck"
if v['host'] == "goose":
v['host'] = "other_avian"
if v['host'] == "chencanagica":
v['host'] = "other_avian"
if v['host'] == "passermontanus":
v['host'] = "other_avian"
if v['host'] == "arenariainterpres":
Expand Down

0 comments on commit 26ae998

Please sign in to comment.