Skip to content

Commit

Permalink
Added avian synonym for H7N9 virus.
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Oct 4, 2017
1 parent 18892b0 commit d23ae6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions download_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
print(call)
os.system(call)

elif params.virus == "h7n9":
elif params.virus == "h7n9" or params.virus == "avian":

os.system("python vdb/h7n9_download.py -db vdb -v h7n9 --select locus:PB2 --fstem h7n9_pb2")
os.system("python vdb/h7n9_download.py -db vdb -v h7n9 --select locus:PB1 --fstem h7n9_pb1")
Expand All @@ -108,4 +108,4 @@
os.system("python vdb/h7n9_download.py -db vdb -v h7n9 --select locus:NS --fstem h7n9_ns")

else:
print("%s is an invalid virus type.\nValid viruses are flu, ebola, dengue, zika, and h7n9."%(params.virus))
print("%s is an invalid virus type.\nValid viruses are flu, ebola, dengue, zika, h7n9, and avian."%(params.virus))

0 comments on commit d23ae6a

Please sign in to comment.