aws/amazon-genomics-cli

Use workflow name as the AWS Batch job name. Currently it is `agc-run-workflow`

helenxl opened this issue · 1 comments

Description

Use the workflow name as the AWS Batch job name.

It's currently hardcoded to agc-run-workflow at https://github.com/aws/amazon-genomics-cli/blob/main/packages/wes_adapter/amazon_genomics/wes/adapters/BatchAdapter.py#L167

Use Case

We have a couple of workflows that we run daily with AGC. They all show up in AWS Batch as agc-run-workflow. It will be great if we can use Workflow name as the AWS Batch job name.

Proposed Solution

Change this line to use workflow name as the jobName.

Other information

@wleepang WDYT? Thank you.