benchling_api_client.api.dna_alignments.create_template_alignment module¶
- async asyncio(*, client: Client, json_body: DnaTemplateAlignmentCreate) Optional[AsyncTaskLink] ¶
Create a template DNA alignment
- async asyncio_detailed(*, client: Client, json_body: DnaTemplateAlignmentCreate) Response[AsyncTaskLink] ¶
- sync(*, client: Client, json_body: DnaTemplateAlignmentCreate) Optional[AsyncTaskLink] ¶
Create a template DNA alignment
- sync_detailed(*, client: Client, json_body: DnaTemplateAlignmentCreate) Response[AsyncTaskLink] ¶