nextstrain / fauna

RethinkDB database to support real-time virus analysis
GNU Affero General Public License v3.0
33 stars 13 forks source link

Do not require subtype or define a default value #66

Closed huddlej closed 7 years ago

huddlej commented 7 years ago

The TDB download script currently requires a subtype to be specified with a default to "h3n2". Dengue titers do not currently have subtypes and it's possible that other viruses in the future may have similar data. Instead of forcing a subtype, this PR requires an explicit subtype request. In the absence of a subtype definition, the subtype filter is not added to the database query.