dnanexus-archive / dx-cwl

Import and run CWL workflows on DNAnexus (alpha)
Apache License 2.0
13 stars 6 forks source link

Add flag for instance provider #22

Closed zaeleus closed 6 years ago

zaeleus commented 6 years ago

This adds support for Azure VM instances by adding an --instance-provider flag. When not set, the default provider is AWS.

Note that like the current list of EC2 instances (resources/meta_dx.json), only a subset of Azure VM instance types are included for testing.


The Azure VM pricing table should be checked since I'm not sure what actual instance types DNAnexus uses. I just chose the closest ones from Azure's pricing page.

geetduggal commented 6 years ago

Thanks!