def hhsearch()

in src/components/hhsearch.py [0:0]


def hhsearch(
    sequence: Input[Artifact],
    ref_databases: Input[Artifact],
    msa: Input[Artifact],
    template_dbs: List[str],
    mmcif_db: str,
    obsolete_db: str,
    max_template_date: str,
    template_hits: Output[Artifact],
    template_features: Output[Artifact],
    max_template_hits: int = 20,
    maxseq: int = 1_000_000