jfaustin's picture
add dockerfile and folding studio cli
44459bb
raw
history blame
311 Bytes
"""Predict commands module."""
from .af2_predict import af2
from .boltz_predict import boltz
from .chai_predict import chai
from .openfold_predict import openfold
from .protenix_predict import protenix
from .soloseq_predict import soloseq
__all__ = ["af2", "boltz", "chai", "openfold", "protenix", "soloseq"]