openfold.data.tools.jackhmmer¶
Library to run Jackhmmer from Python.
Classes
|
Python wrapper of the Jackhmmer binary. |
- class Jackhmmer(*, binary_path, database_path, n_cpu=8, n_iter=1, e_value=0.0001, z_value=None, get_tblout=False, filter_f1=0.0005, filter_f2=5e-05, filter_f3=5e-07, incdom_e=None, dom_e=None, num_streamed_chunks=None, streaming_callback=None)¶
Python wrapper of the Jackhmmer binary.
- Parameters:
- query(input_fasta_path, max_sequences=None)¶