Amazon HealthOmics · Arazzo Workflow
Amazon HealthOmics Export a Read Set to S3
Version 1.0.0
Start a read set export job to Amazon S3 and poll it to completion.
View Spec
View on GitHub
BioinformaticsGenomicsHealthcareLife SciencesCloud ComputingArazzoWorkflows
Provider
Workflows
export-read-set
Start a read set export job to S3 and wait for it to complete.
Starts a read set export job that writes the supplied read sets to an S3 destination and polls GetReadSetExportJob until the job is COMPLETED, COMPLETED_WITH_FAILURES, CANCELLED, or FAILED.
1
startExportJob
StartReadSetExportJob
Start a read set export job that writes the supplied read sets to S3.
2
pollExportJob
GetReadSetExportJob
Poll the export job until it reaches a terminal status. The status enum is SUBMITTED, IN_PROGRESS, CANCELLING, CANCELLED, FAILED, COMPLETED, or COMPLETED_WITH_FAILURES.