File size: 311 Bytes
44459bb
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
"""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"]