hivdb / covid-drdb-payload

A relational database of SARS-CoV-2 resistance data.
Creative Commons Attribution Share Alike 4.0 International
7 stars 9 forks source link

[BUG] dioverti22-mab has a drug_name column instead of ab_name #1040

Closed by256 closed 4 months ago

by256 commented 4 months ago

Describe the error

In all but one of the CSVs in tables/rx_antibodies, the column names are ["ref_name", "rx_name", "ab_name"].

In tables/rx_antibodies/dioverti22-mab.csv, there is a drug_name column instead of ab_name.

To locate the error

Look at the file covid-drdb-payload/tables/rx_antibodies/dioverti22-mab.csv and compare it to other files in covid-drdb-payload/tables/rx_antibodies/.

Expected behavior drug_name should be renamed to ab_name.

KaimingTao commented 4 months ago

@by256 my fault, the issue is being resolved, I'll release a new version today.