openfold.data.tools.hhblits¶
Library to run HHblits from Python.
Classes
|
Python wrapper of the HHblits binary. |
- class HHBlits(*, binary_path, databases, n_cpu=4, n_iter=3, e_value=0.001, maxseq=1000000, realign_max=100000, maxfilt=100000, min_prefilter_hits=1000, all_seqs=False, alt=None, p=20, z=500)¶
Python wrapper of the HHblits binary.
- Parameters: