From 2ec225d9228fa1af3ae3df5ecc81d072a9021990 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 4 Dec 2024 18:01:23 +0100 Subject: [PATCH 1/2] Fix wave docs link. (#5572) [ci skip] Signed-off-by: Phil Ewels --- docs/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/aws.md b/docs/aws.md index 84ab5c448f..3de628e3cc 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -540,7 +540,7 @@ and the Batch Execution Role. :::{note} Nextflow uses [s5cmd](https://github.com/peak/s5cmd) to download the task input data and upload the task outputs. -To enable this capability, you need to enable the Wave service in the Nextflow configuration, as shown in the above example. See {ref}Wave documentation for more details. +To enable this capability, you need to enable the Wave service in the Nextflow configuration, as shown in the above example. See {ref}`Wave ` documentation for more details. ::: ## Advanced configuration From 5c5a810abe0da342c953de2c2909fb903ba716e3 Mon Sep 17 00:00:00 2001 From: Adam Talbot <12817534+adamrtalbot@users.noreply.github.com> Date: Wed, 4 Dec 2024 18:37:16 +0000 Subject: [PATCH 2/2] Rename "Pools configuration" -> "Autopools" in Azure docs (#5555) Signed-off-by: adamrtalbot <12817534+adamrtalbot@users.noreply.github.com> Co-authored-by: Ben Sherman --- docs/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/azure.md b/docs/azure.md index 61269e43ac..57787bd5bf 100644 --- a/docs/azure.md +++ b/docs/azure.md @@ -155,7 +155,7 @@ Replacing `` with a pipeline name e.g. `nextflow-io/rnaseq-nf` an See the [Batch documentation](https://docs.microsoft.com/en-us/azure/batch/quick-create-portal) for further details about the configuration for Azure Batch. -### Pools configuration +### Autopools When using the `autoPoolMode` option, Nextflow automatically creates a `pool` of compute nodes appropriate for your pipeline.