I want to be able to configure the machine types to use when creating a Compute Environment using Google Batch. Currently, in order to specify machine types, I need to do this through Nextflow configuration for each individual run with
process.machineType. = "n1-*"
.
Similar to other provides like AWS and Azure, I should be able to specify machine types or families to use in the CE form under a field titled "Instance Types" or similar.