benchling_sdk.services.v2.beta.v2_beta_dna_sequence_service module¶
- class V2BetaDnaSequenceService¶
Bases:
benchling_sdk.services.v2.base_service.BaseService
V2-Beta DNA Sequences.
DNA sequences are the bread and butter of the Benchling Molecular Biology suite. On Benchling, these are comprised of a string of nucleotides and collections of other attributes, such as annotations and primers.
See https://benchling.com/api/v2-beta/reference#/DNA%20Sequences
- bulk_upsert(body: benchling_api_client.v2.beta.models.dna_sequences_bulk_upsert_request.DnaSequencesBulkUpsertRequest) AsyncTaskLink ¶
Bulk create or update DNA sequences.
See https://benchling.com/api/v2-beta/reference#/DNA%20Sequences/bulkUpsertDnaSequences
- upsert(entity_registry_id: str, dna_sequence: benchling_api_client.v2.beta.models.dna_sequence_upsert_request.DnaSequenceUpsertRequest) DnaSequence ¶
Create or modify a DNA sequence.
See https://benchling.com/api/v2-beta/reference#/DNA%20Sequences/upsertDNASequence