molecularmachines / moleculib

Moleculib is a python library for preparing and processing biomolecular data in machine learning pipelines.
3 stars 1 forks source link
python

🧬 moleculib – Tools for Biomolecular Data

Usage

One needs to install moleculib locally with

pip install -e .

Then moleculib becomes importable in python scripts:

from moleculib.protein.batch import PadBatch

Linting

black .