Skip to content

Commit

Permalink
nextflow: define instance type for aws:me-south-1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-i-v-a committed Dec 9, 2024
1 parent 2deec68 commit e9663a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/dxpy/nextflow/nextflow_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ def get_instance_type(region):
"aws:ap-southeast-2": "mem2_ssd1_v2_x4",
"aws:eu-central-1": "mem2_ssd1_v2_x4",
"aws:us-east-1": "mem2_ssd1_v2_x4",
"aws:me-south-1": "mem2_ssd1_v2_x4",
"azure:westeurope": "azure:mem2_ssd1_x4",
"azure:westus": "azure:mem2_ssd1_x4",
"aws:eu-west-2-g": "mem2_ssd1_v2_x4"
Expand Down

0 comments on commit e9663a1

Please sign in to comment.