omics_create_annotation_store {paws.storage} | R Documentation |
Creates an annotation store
Description
Creates an annotation store.
See https://www.paws-r-sdk.com/docs/omics_create_annotation_store/ for full documentation.
Usage
omics_create_annotation_store(
reference = NULL,
name = NULL,
description = NULL,
tags = NULL,
versionName = NULL,
sseConfig = NULL,
storeFormat,
storeOptions = NULL
)
Arguments
reference |
The genome reference for the store's annotations. |
name |
A name for the store. |
description |
A description for the store. |
tags |
Tags for the store. |
versionName |
The name given to an annotation store version to distinguish it from other versions. |
sseConfig |
Server-side encryption (SSE) settings for the store. |
storeFormat |
[required] The annotation file format of the store. |
storeOptions |
File parsing options for the annotation store. |
[Package paws.storage version 0.7.0 Index]