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.
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.