nextstrain / fauna

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

Include assay and inclusion dates for titer data #108

Closed huddlej closed 3 years ago

huddlej commented 3 years ago

Description of proposed changes

Adds two date fields to the list of fields to write out from each titer record, making exploration of titer data by date substantially easier by avoiding linking of strain dates to test/reference strains.

In addition to adding these two fields, this commit fixes an annoying bug in the original titer output where a trailing tab character effectively creates an empty last column that has to be dealt with during parsing by pandas, etc.

Testing

Tested by downloading WHO titers for HI and FRA data and filtering these data interactively on their assay date and inclusion date values.