phac-nml / staramr

Scans genome contigs against the ResFinder, PlasmidFinder, and PointFinder databases.
Apache License 2.0
113 stars 26 forks source link

Update pandas read_table to read_csv #33

Closed mjram0s closed 5 years ago

mjram0s commented 5 years ago

When running tests, the following warning is displayed: FutureWarning: read_table is deprecated, use read_csv instead, passing sep='\t'.. Remove all read_table calls and replace with read_csv.