zipstrain 0.2.4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
zipstrain/__init__.py ADDED
@@ -0,0 +1,7 @@
1
+ """
2
+ ZipStrain
3
+ ========================
4
+ ZipStrain is a bioinformatics tool for strain-level analysis of metagenomics data. It is designed with scalability and efficiency in mind, leveraging advanced data processing techniques to handle large datasets.
5
+
6
+ """
7
+ __version__ = "0.1.0"