lmc297 / BTyper3

In silico taxonomic classification of Bacillus cereus group genomes using whole-genome sequencing data
GNU General Public License v3.0
17 stars 0 forks source link

Update `setup.py` to download data files when building a `wheel` package #3

Closed althonos closed 2 years ago

althonos commented 2 years ago

This makes python setup.py build_py invocations run the same logic as the old scripts build_btyper3_ani_db.py and download_pubmlst_latest.py, which can be removed safely. This allows downloading data when building the wheel package, typically when installing BTyper3 from source.