nextstrain / fauna

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

Fix parsing of VIDRL fluB tables #90

Closed barneypotter24 closed 6 years ago

barneypotter24 commented 6 years ago

Vic and Yam tables had been failing to upload because the parser was looking for the text "Reference Antigens" in a particular, hard-coded cell of the tables. The formatting of the fluB tables was slightly different, so they were failing that check. This PR fixes the issue by adding both cases, and trying the fluB case after the fluA case. Additionally, adds some minor bugfixes that were discovered while trying to fix this error.

trvrb commented 6 years ago

Looks good.