Pilih preferensi cookie Anda

Kami menggunakan cookie penting serta alat serupa yang diperlukan untuk menyediakan situs dan layanan. Kami menggunakan cookie performa untuk mengumpulkan statistik anonim sehingga kami dapat memahami cara pelanggan menggunakan situs dan melakukan perbaikan. Cookie penting tidak dapat dinonaktifkan, tetapi Anda dapat mengklik “Kustom” atau “Tolak” untuk menolak cookie performa.

Jika Anda setuju, AWS dan pihak ketiga yang disetujui juga akan menggunakan cookie untuk menyediakan fitur situs yang berguna, mengingat preferensi Anda, dan menampilkan konten yang relevan, termasuk iklan yang relevan. Untuk menerima atau menolak semua cookie yang tidak penting, klik “Terima” atau “Tolak”. Untuk membuat pilihan yang lebih detail, klik “Kustomisasi”.

Starting HealthOmics Ready2Run workflows using the API

Mode fokus
Starting HealthOmics Ready2Run workflows using the API - AWS HealthOmics
Halaman ini belum diterjemahkan ke dalam bahasa Anda. Minta terjemahan

Most of the API operations behave in a similar fashion for Ready2Run workflows and private workflows.

To return a list of available Ready2Run workflows, use list-workflows with the type parameter set to READY2RUN.

aws omics list-workflows --type READY2RUN

After you identify the workflow to run from the list-workflows response, you can use get-workflow with the --id parameter to get more details.

aws omics get-workflow --type READY2RUN --id workflow id

To run a Ready2Run workflow, you can use start-run API operation with the workflow-type parameter set to READY2RUN, as shown in the following example

aws-omics start-run \ --workflow-type READY2RUN \ --workflow-id workflow id \ --output-uri &example-s3-bucket; \ --role-arn arn:aws:iam::1234567892012:role/service-role/OmicsWorkflow-20221004T164236 \ --parameters file:///path/to/parameters.json

To monitor your run, you can use the get-run API operation, as shown.

aws-omics get-run --id run id
PrivasiSyarat situsPreferensi cookie
© 2025, Amazon Web Services, Inc. atau afiliasinya. Semua hak dilindungi undang-undang.