amazon-genomics-cli icon indicating copy to clipboard operation
amazon-genomics-cli copied to clipboard

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

Open helenxl opened this issue 2 years ago • 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

helenxl avatar Sep 14 '22 21:09 helenxl

@wleepang WDYT? Thank you.

helenxl avatar Sep 14 '22 21:09 helenxl