storage platforms add
Add a Platform
Synopsis
omics workbench storage platforms add PLATFORM_ID
--name NAME
--storage-id STORAGE_ID
--platform PLATFORM
--path PATHDescription
Annotate a bucket with a sequencing platform, adding semantic meaning to the files that exist within it.
Examples
Add a new platform to an existing storage account with platform data located at specified path.
omics workbench storage platforms add my-platform
--name "My AWS Platform"
--storage-id my-aws-account
--platform PACBIO
--path s3://my-platform-dataPositional Arguments
PLATFORM_ID
PLATFORM_IDThe user-defined ID of the platform to add.
Flags
--name=NAME
--name=NAMEA human readable name for the platform.
--storage-id=STORAGE_ID
--storage-id=STORAGE_IDThe ID of the storage account associated with the platform.
--platform=PLATFORM
--platform=PLATFORMThe sequencing platform associated with the platform. Only PACBIO is supported at this time.
--path=PATH
--path=PATHThe path in the storage account where platform data is located.
Last updated
Was this helpful?

