openfold.data.tools.hmmsearch¶
A Python wrapper for hmmsearch - search profile against a sequence db.
Classes
|
Python wrapper of the hmmsearch binary. |
- class Hmmsearch(*, binary_path, hmmbuild_binary_path, database_path, flags=None)¶
Python wrapper of the hmmsearch binary.
- Parameters:
- static get_template_hits(output_string, input_sequence)¶
Gets parsed template hits from the raw string output by the tool.
- Parameters:
- Return type:
- query(msa_sto, output_dir=None)¶
Queries the database using hmmsearch using a given stockholm msa.
- query_with_hmm(hmm, output_dir=None)¶
Queries the database using hmmsearch using a given hmm.