benchling_api_client.api.dna_alignments.create_consensus_alignment module

async asyncio(*, client: Client, json_body: DnaConsensusAlignmentCreate) Optional[AsyncTaskLink]

Create a consensus DNA alignment

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

Create a consensus DNA alignment

sync_detailed(*, client: Client, json_body: DnaConsensusAlignmentCreate) Response[AsyncTaskLink]