Coverage for biobb_mem/__init__.py: 100%
6 statements
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-25 10:42 +0000
« prev ^ index » next coverage.py v7.9.1, created at 2025-06-25 10:42 +0000
1import warnings
2from Bio import BiopythonDeprecationWarning
3warnings.simplefilter('ignore', BiopythonDeprecationWarning)
4# Warnings comming from MDAnalysis imports: The Bio.Application modules and modules relying on it have been deprecated....
6name = "biobb_mem"
7__all__ = ["ambertools", "fatslim", "gromacs", "lipyphilic_biobb", "mdanalysis_biobb"]
8__version__ = "5.1.0"