Metadata-Version: 2.1
Name: MetaSBT
Version: 0.1.5
Summary: A scalable framework for automatically indexing microbial genomes and accurately characterizing metagenome-assembled genomes with Sequence Bloom Trees
Home-page: http://github.com/cumbof/MetaSBT
Download-URL: https://pypi.org/project/MetaSBT/
Author: Fabio Cumbo
Author-email: fabio.cumbo@gmail.com
License: MIT
Project-URL: Databases, https://github.com/cumbof/MetaSBT-DBs
Project-URL: Discussions, https://github.com/cumbof/MetaSBT/discussions
Project-URL: Issues, https://github.com/cumbof/MetaSBT/issues
Project-URL: Source, https://github.com/cumbof/MetaSBT
Project-URL: Wiki, https://github.com/cumbof/MetaSBT/wiki
Keywords: bioinformatics,characterization,classification,genomes,metagenome-assembled genomes,metagenomics,microbiome,profiling,sequence bloom trees
Platform: Linux
Platform: Mac OSX
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: biopython>=1.85
Requires-Dist: fastcluster<1.3.0
Requires-Dist: numpy==1.26.4
Requires-Dist: packaging>=25.0
Requires-Dist: requests>=2.32.4
Requires-Dist: scipy>=1.13.1
Requires-Dist: tabulate>=0.9.0
Requires-Dist: tqdm>=4.67.1

# MetaSBT

MetaSBT is a scalable framework designed to automatically index microbial genomes and accurately characterize metagenome-assembled genomes using Sequence Bloom Trees.

👉 Get started with MetaSBT by visiting our [official wiki](https://github.com/cumbof/MetaSBT/wiki).

We also maintain a collection of public databases built with MetaSBT from curated sets of microbial genomes. You can explore and use them from the [MetaSBT-DBs](https://github.com/cumbof/MetaSBT-DBs) repository.

> [!NOTE]
> Interested in using MetaSBT or our databases, or building your own private database but lack the necessary computational resources?
> Reach out to us! We’re always open to collaborations.

## 📖 Credits

If you use MetaSBT in your work, please cite:

> _Manuscript in preparation_

## 🤝 Contributing

Long-term discussion and bug reports are maintained via GitHub [Discussions](https://github.com/cumbof/MetaSBT/discussions) and [Issues](https://github.com/cumbof/MetaSBT/issues), while code review is managed via GitHub [Pull Requests](https://github.com/cumbof/MetaSBT/pulls).

Before contributing, please:
1. Check for existing issues or PRs related to your topic;
2. Write clear and concise titles and descriptions;
3. Include steps to reproduce bugs, relevant logs, version info, and other technical details when appropriate.

## 🛠️ Support

Need help?

Open an [Issue](https://github.com/cumbof/MetaSBT/issues) or start a [Discussion](https://github.com/cumbof/MetaSBT/discussions) — we're happy to assist with any questions or technical problems.

Copyright © 2025 [Fabio Cumbo](https://github.com/cumbof), [Daniel Blankenberg](https://github.com/blankenberg). See [LICENSE](https://github.com/cumbof/MetaSBT/blob/main/LICENSE) for additional details.
