benchling_api_client.api.dna_sequences.auto_annotate_dna_sequences module

async asyncio(*, client: Client, json_body: AutoAnnotateDnaSequences) Optional[Union[AsyncTaskLink, BadRequestError]]

Auto-annotate DNA sequences with matching features from specified Feature Libraries

async asyncio_detailed(*, client: Client, json_body: AutoAnnotateDnaSequences) Response[Union[AsyncTaskLink, BadRequestError]]
sync(*, client: Client, json_body: AutoAnnotateDnaSequences) Optional[Union[AsyncTaskLink, BadRequestError]]

Auto-annotate DNA sequences with matching features from specified Feature Libraries

sync_detailed(*, client: Client, json_body: AutoAnnotateDnaSequences) Response[Union[AsyncTaskLink, BadRequestError]]