Omics¶
Client¶
- class Omics.Client¶
A low-level client representing Amazon Omics
Amazon Web Services HealthOmics is a service that helps users such as bioinformaticians, researchers, and scientists to store, query, analyze, and generate insights from genomics and other biological data. It simplifies and accelerates the process of storing and analyzing genomic information for Amazon Web Services.
For an introduction to the service, see What is Amazon Web Services HealthOmics? in the Amazon Web Services HealthOmics User Guide.
client = session.create_client('omics')
These are the available methods:
- abort_multipart_read_set_upload
- accept_share
- batch_delete_read_set
- can_paginate
- cancel_annotation_import_job
- cancel_run
- cancel_variant_import_job
- close
- complete_multipart_read_set_upload
- create_annotation_store
- create_annotation_store_version
- create_multipart_read_set_upload
- create_reference_store
- create_run_cache
- create_run_group
- create_sequence_store
- create_share
- create_variant_store
- create_workflow
- create_workflow_version
- delete_annotation_store
- delete_annotation_store_versions
- delete_reference
- delete_reference_store
- delete_run
- delete_run_cache
- delete_run_group
- delete_s3_access_policy
- delete_sequence_store
- delete_share
- delete_variant_store
- delete_workflow
- delete_workflow_version
- get_annotation_import_job
- get_annotation_store
- get_annotation_store_version
- get_paginator
- get_read_set
- get_read_set_activation_job
- get_read_set_export_job
- get_read_set_import_job
- get_read_set_metadata
- get_reference
- get_reference_import_job
- get_reference_metadata
- get_reference_store
- get_run
- get_run_cache
- get_run_group
- get_run_task
- get_s3_access_policy
- get_sequence_store
- get_share
- get_variant_import_job
- get_variant_store
- get_waiter
- get_workflow
- get_workflow_version
- list_annotation_import_jobs
- list_annotation_store_versions
- list_annotation_stores
- list_multipart_read_set_uploads
- list_read_set_activation_jobs
- list_read_set_export_jobs
- list_read_set_import_jobs
- list_read_set_upload_parts
- list_read_sets
- list_reference_import_jobs
- list_reference_stores
- list_references
- list_run_caches
- list_run_groups
- list_run_tasks
- list_runs
- list_sequence_stores
- list_shares
- list_tags_for_resource
- list_variant_import_jobs
- list_variant_stores
- list_workflow_versions
- list_workflows
- put_s3_access_policy
- start_annotation_import_job
- start_read_set_activation_job
- start_read_set_export_job
- start_read_set_import_job
- start_reference_import_job
- start_run
- start_variant_import_job
- tag_resource
- untag_resource
- update_annotation_store
- update_annotation_store_version
- update_run_cache
- update_run_group
- update_sequence_store
- update_variant_store
- update_workflow
- update_workflow_version
- upload_read_set_part
Client Exceptions¶
Client exceptions are available on a client instance via the exceptions
property. For more detailed instructions and examples on the exact usage of client exceptions, see the error handling user guide.
The available client exceptions are:
Paginators¶
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
- ListAnnotationImportJobs
- ListAnnotationStoreVersions
- ListAnnotationStores
- ListMultipartReadSetUploads
- ListReadSetActivationJobs
- ListReadSetExportJobs
- ListReadSetImportJobs
- ListReadSetUploadParts
- ListReadSets
- ListReferenceImportJobs
- ListReferenceStores
- ListReferences
- ListRunCaches
- ListRunGroups
- ListRunTasks
- ListRuns
- ListSequenceStores
- ListShares
- ListVariantImportJobs
- ListVariantStores
- ListWorkflowVersions
- ListWorkflows
Waiters¶
Waiters are available on a client instance via the get_waiter
method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are:
- AnnotationImportJobCreated
- AnnotationStoreCreated
- AnnotationStoreDeleted
- AnnotationStoreVersionCreated
- AnnotationStoreVersionDeleted
- ReadSetActivationJobCompleted
- ReadSetExportJobCompleted
- ReadSetImportJobCompleted
- ReferenceImportJobCompleted
- RunCompleted
- RunRunning
- TaskCompleted
- TaskRunning
- VariantImportJobCreated
- VariantStoreCreated
- VariantStoreDeleted
- WorkflowActive
- WorkflowVersionActive