seqeralabs / tower-cli

Nextflow Tower CLI tool
Apache License 2.0
43 stars 9 forks source link

Add support for specifying instance templates for GCP CEs #458

Open ejseqera opened 1 month ago

ejseqera commented 1 month ago

In the UI, we can currently specify which instance templates we would like to use for the head job and compute jobs when creating GCP Compute Environments.

We currently cannot do this via CLI in v0.10.2. Adding support for flags --head-job-template and --compute-job-template would solve this issue to align with this functionality. Screenshot 2024-09-30 at 8 59 13 AM