Coverage for biobb_mem/__init__.py: 100%

6 statements  

« prev     ^ index     » next       coverage.py v7.6.11, created at 2025-02-10 11:25 +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.... 

5 

6name = "biobb_mem" 

7__all__ = ["ambertools", "fatslim", "gromacs", "lipyphilic_biobb", "mdanalysis_biobb"] 

8__version__ = "5.0.6"