404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.149.253.148: ~ $
**Example 1: To create a VCF annotation store**

The following ``create-annotation-store`` example creates a VCF format annotation store. ::

    aws omics create-annotation-store \
        --name my_ann_store \
        --store-format VCF \
        --reference referenceArn=arn:aws:omics:us-west-2:123456789012:referenceStore/1234567890/reference/1234567890

Output::

    {
        "creationTime": "2022-11-23T22:48:39.226492Z",
        "id": "0a91xmplc71f",
        "name": "my_ann_store",
        "reference": {
            "referenceArn": "arn:aws:omics:us-west-2:123456789012:referenceStore/1234567890/reference/1234567890"
        },
        "status": "CREATING",
        "storeFormat": "VCF"
    }

**Example 2: To create a TSV annotation store**

The following ``create-annotation-store`` example creates a TSV format annotation store. ::

    aws omics create-annotation-store \
        --name tsv_ann_store \
        --store-format TSV \
        --reference referenceArn=arn:aws:omics:us-west-2:123456789012:referenceStore/1234567890/reference/1234567890 \
        --store-options file://tsv-store-options.json

``tsv-store-options.json`` configures format options for annotations. ::

    {
        "tsvStoreOptions": {
            "annotationType": "CHR_START_END_ZERO_BASE",
            "formatToHeader": {
                "CHR": "chromosome",
                "START": "start",
                "END": "end"
            },
            "schema": [
                {
                    "chromosome": "STRING"
                },
                {
                    "start": "LONG"
                },
                {
                    "end": "LONG"
                },
                {
                    "name": "STRING"
                }
            ]
        }
    }

Output::

    {
        "creationTime": "2022-11-30T01:28:08.525586Z",
        "id": "861cxmpl96b0",
        "name": "tsv_ann_store",
        "reference": {
            "referenceArn": "arn:aws:omics:us-west-2:123456789012:referenceStore/1234567890/reference/1234567890"
        },
        "status": "CREATING",
        "storeFormat": "TSV",
        "storeOptions": {
            "tsvStoreOptions": {
                "annotationType": "CHR_START_END_ZERO_BASE",
                "formatToHeader": {
                    "CHR": "chromosome",
                    "END": "end",
                    "START": "start"
                },
                "schema": [
                    {
                        "chromosome": "STRING"
                    },
                    {
                        "start": "LONG"
                    },
                    {
                        "end": "LONG"
                    },
                    {
                        "name": "STRING"
                    }
                ]
            }
        }
    }

For more information, see `Omics Analytics <https://docs.aws.amazon.com/omics/latest/dev/omics-analytics.html>`__ in the Amazon Omics Developer Guide.

Filemanager

Name Type Size Permission Actions
batch-delete-read-set.rst File 679 B 0644
cancel-annotation-import-job.rst File 435 B 0644
cancel-run.rst File 293 B 0644
cancel-variant-import-job.rst File 421 B 0644
create-annotation-store.rst File 2.92 KB 0644
create-reference-store.rst File 564 B 0644
create-run-group.rst File 523 B 0644
create-sequence-store.rst File 542 B 0644
create-variant-store.rst File 785 B 0644
create-workflow.rst File 1.42 KB 0644
delete-annotation-store.rst File 415 B 0644
delete-reference-store.rst File 351 B 0644
delete-reference.rst File 346 B 0644
delete-run-group.rst File 317 B 0644
delete-run.rst File 302 B 0644
delete-sequence-store.rst File 347 B 0644
delete-variant-store.rst File 401 B 0644
delete-workflow.rst File 313 B 0644
get-annotation-import-job.rst File 972 B 0644
get-annotation-store.rst File 851 B 0644
get-read-set-activation-job.rst File 943 B 0644
get-read-set-export-job.rst File 767 B 0644
get-read-set-import-job.rst File 3.13 KB 0644
get-read-set-metadata.rst File 1.35 KB 0644
get-read-set.rst File 417 B 0644
get-reference-import-job.rst File 1.03 KB 0644
get-reference-metadata.rst File 1.08 KB 0644
get-reference-store.rst File 545 B 0644
get-reference.rst File 411 B 0644
get-run-group.rst File 577 B 0644
get-run-task.rst File 762 B 0644
get-run.rst File 1.88 KB 0644
get-sequence-store.rst File 564 B 0644
get-variant-import-job.rst File 982 B 0644
get-variant-store.rst File 834 B 0644
get-workflow.rst File 1.52 KB 0644
list-annotation-import-jobs.rst File 1.27 KB 0644
list-annotation-stores.rst File 1 KB 0644
list-read-set-activation-jobs.rst File 968 B 0644
list-read-set-export-jobs.rst File 1.1 KB 0644
list-read-set-import-jobs.rst File 1.2 KB 0644
list-read-sets.rst File 1020 B 0644
list-reference-import-jobs.rst File 1.15 KB 0644
list-reference-stores.rst File 626 B 0644
list-references.rst File 914 B 0644
list-run-groups.rst File 646 B 0644
list-run-tasks.rst File 1.1 KB 0644
list-runs.rst File 1.61 KB 0644
list-sequence-stores.rst File 620 B 0644
list-tags-for-resource.rst File 507 B 0644
list-variant-import-jobs.rst File 1.27 KB 0644
list-variant-stores.rst File 1.3 KB 0644
list-workflows.rst File 1.11 KB 0644
start-annotation-import-job.rst File 658 B 0644
start-read-set-activation-job.rst File 596 B 0644
start-read-set-export-job.rst File 843 B 0644
start-read-set-import-job.rst File 1.27 KB 0644
start-reference-import-job.rst File 851 B 0644
start-run.rst File 2.14 KB 0644
start-variant-import-job.rst File 675 B 0644
tag-resource.rst File 437 B 0644
untag-resource.rst File 414 B 0644
update-annotation-store.rst File 874 B 0644
update-run-group.rst File 634 B 0644
update-variant-store.rst File 816 B 0644
update-workflow.rst File 370 B 0644
wait.rst File 369 B 0644