benchling_api_client.api.aa_sequences.auto_annotate_aa_sequences module¶
- async asyncio(*, client: Client, json_body: AutoAnnotateAaSequences) Optional[Union[AsyncTaskLink, BadRequestError]] ¶
Auto-annotate AA sequences with matching features from specified Feature Libraries
- async asyncio_detailed(*, client: Client, json_body: AutoAnnotateAaSequences) Response[Union[AsyncTaskLink, BadRequestError]] ¶
- sync(*, client: Client, json_body: AutoAnnotateAaSequences) Optional[Union[AsyncTaskLink, BadRequestError]] ¶
Auto-annotate AA sequences with matching features from specified Feature Libraries
- sync_detailed(*, client: Client, json_body: AutoAnnotateAaSequences) Response[Union[AsyncTaskLink, BadRequestError]] ¶