Skip to content

Commit

Permalink
Update minimum Nextflow version to use Azure Batch Managed Identities…
Browse files Browse the repository at this point in the history
… to stable version (#364)

* Update minimum Nextflow version to use Azure Batch Managed Identities to stable version

Signed-off-by: Adam Talbot <[email protected]>

* Update azure-batch.mdx

Signed-off-by: Adam Talbot <[email protected]>

---------

Signed-off-by: Adam Talbot <[email protected]>
  • Loading branch information
adamrtalbot authored Dec 20, 2024
1 parent f9c90e5 commit 739558a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Your Seqera compute environment uses resources that you may be charged for in yo
Configuration settings in this field override the same values in the pipeline repository `nextflow.config` file. See [Nextflow config file](../launch/advanced.mdx#nextflow-config-file) for more information on configuration priority.
:::
:::info
To use managed identities, Platform requires Nextflow version 24.06.0-edge or later. Add `export NXF_VER=24.06.0-edge` to the **Global Nextflow config** field for your compute environment to use this Nextflow version by default.
To use managed identities, Platform requires Nextflow version 24.10.0 or later.
:::

1. Specify custom **Environment variables** for the **Head job** and/or **Compute jobs**.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Create a manual Seqera Azure Batch compute environment:
Configuration settings in this field override the same values in the pipeline repository `nextflow.config` file. See [Nextflow config file](../launch/advanced.mdx#nextflow-config-file) for more information on configuration priority.
:::
:::info
To use managed identities, Platform requires Nextflow version 24.06.0-edge or later. Add `export NXF_VER=24.06.0-edge` to the **Global Nextflow config** field for your compute environment to use this Nextflow version by default.
To use managed identities, Platform requires Nextflow version 24.10.0 or later.
:::
1. Define custom **Environment Variables** for the **Head Job** and/or **Compute Jobs**.
1. Configure any necessary advanced options:
Expand Down

0 comments on commit 739558a

Please sign in to comment.