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