in src/components/hmmsearch.py [0:0]
def hmmsearch(
sequence: Input[Artifact],
ref_databases: Input[Artifact],
msa: Input[Artifact],
template_db: str,
mmcif_db: str,
obsolete_db: str,
max_template_date: str,
template_hits: Output[Artifact],
template_features: Output[Artifact],
max_template_hits: int = 20,