You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog/seqera-enterprise/v22.3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This feature is currently only available on Tower Cloud (tower.nf). For more inf
47
47
48
48
### Wave containers (technology preview)
49
49
50
-
Tower now supports the Nextflow [Wave](https://www.nextflow.io/docs/latest/wave.html) container provisioning and augmentation service. When a pipeline is run in Nextflow using Wave, the Wave service uses a Dockerfile stored in the process directory to build a container in the target registry. When the container to be used for process execution is returned, the Wave service can add functional layers and data on-the-fly before it is returned to Nextflow for actual process execution.
50
+
Tower now supports the Nextflow [Wave](https://docs.seqera.io/nextflow/wave) container provisioning and augmentation service. When a pipeline is run in Nextflow using Wave, the Wave service uses a Dockerfile stored in the process directory to build a container in the target registry. When the container to be used for process execution is returned, the Wave service can add functional layers and data on-the-fly before it is returned to Nextflow for actual process execution.
51
51
52
52
Wave also enables the use of private container registries in Nextflow — [registry credentials](https://docs.seqera.io/platform-cloud/credentials/overview) stored in Tower are used to authenticate to private container registries with the Wave service.
Copy file name to clipboardExpand all lines: changelog/seqera-enterprise/v22.4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The **All runs** view is accessible via the user menu.
33
33
34
34
### Wave support for Tower Enterprise
35
35
36
-
All Tower instances with internet access can now connect to the Seqera Labs Wave container service to leverage its container augmentation and Fusion v2 file system capabilities. See the [Wave containers documentation](https://www.nextflow.io/docs/latest/wave.html) for more information about Wave containers.
36
+
All Tower instances with internet access can now connect to the Seqera Labs Wave container service to leverage its container augmentation and Fusion v2 file system capabilities. See the [Wave containers documentation](https://docs.seqera.io/nextflow/wave) for more information about Wave containers.
37
37
38
38
The Wave integration also allows for the secure transfer of credentials required to access private registries between services. See the [Tower documentation](https://docs.seqera.io/platform-enterprise/23.3) to learn how to use the feature in your enterprise installation.
Copy file name to clipboardExpand all lines: changelog/seqera-enterprise/v23.4.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The Docker Compose CLI plugin replaces the standalone `docker-compose` binary, w
62
62
63
63
**Cloud compute environments use cloud cache by default**
64
64
65
-
When a cloud storage location is provided as the pipeline work directory in a cloud compute environment, a scratch folder is created in that location to be used for the Nextflow process cache by default. This can be overridden with an alternate cache entry in your [Nextflow configuration](https://www.nextflow.io/docs/latest/process.html#process-cache).
65
+
When a cloud storage location is provided as the pipeline work directory in a cloud compute environment, a scratch folder is created in that location to be used for the Nextflow process cache by default. This can be overridden with an alternate cache entry in your [Nextflow configuration](https://docs.seqera.io/nextflow/process).
Copy file name to clipboardExpand all lines: changelog/seqera-enterprise/v25.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ Seqera Platform 25.1 includes Nextflow 24.10.5 (previously 24.10.4 from v24.2).
105
105
106
106
According to the [24.10.0](https://github.com/nextflow-io/nextflow/releases/tag/v24.10.0) through [24.10.5](https://github.com/nextflow-io/nextflow/releases/tag/v24.10.5) release notes, this update includes improvements and bug fixes. Existing pipelines will continue to work.
107
107
108
-
See the [Nextflow 24.10 migration guide](https://www.nextflow.io/docs/latest/migrations/24-10.html) for full details.
108
+
See the [Nextflow 24.10 migration guide](https://docs.seqera.io/nextflow/migrations/24-10) for full details.
109
109
110
110
:::note
111
111
The default Nextflow version can be overridden by setting `NXF_VER` in a [pre-run script](https://docs.seqera.io/platform-enterprise/25.1/launch/advanced#pre-and-post-run-scripts):
Copy file name to clipboardExpand all lines: changelog/seqera-enterprise/v25.2.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Single instance compute environments create a single compute instance to execute
41
41
### Fusion
42
42
43
43
- Added Fusion Snapshots (beta) support in AWS Batch compute environments, enabling Fusion to automatically restore jobs interrupted by AWS Spot instance reclamation. See [Fusion Snapshots](https://docs.seqera.io/fusion/guide/snapshots) for more information.
44
-
- Fusion licensing enabled. A Fusion license sets a specific quota for Fusion use, measured by total pipeline throughput per month (defined by [Nextflow's I/O metrics](https://www.nextflow.io/docs/latest/tutorials/metrics.html#i-o-usage)). See [Fusion licensing](https://docs.seqera.io/fusion/licensing) for more information.
44
+
- Fusion licensing enabled. A Fusion license sets a specific quota for Fusion use, measured by total pipeline throughput per month (defined by [Nextflow's I/O metrics](https://docs.seqera.io/nextflow/tutorials/metrics#i-o-usage)). See [Fusion licensing](https://docs.seqera.io/fusion/licensing) for more information.
45
45
- Added a Platform Fusion usage dashboard.
46
46
47
47
### Audit logs
@@ -153,7 +153,7 @@ According to the [25.04.0](https://github.com/nextflow-io/nextflow/releases/tag/
153
153
- AWS Java SDK upgraded from v1 to v2 (affects `aws.client` config options)
154
154
- Package `nextflow.config.schema` renamed to `nextflow.config.spec`
155
155
156
-
See the [Nextflow 25.04 migration guide](https://www.nextflow.io/docs/latest/migrations/25-04.html) for full details.
156
+
See the [Nextflow 25.04 migration guide](https://docs.seqera.io/nextflow/migrations/25-04) for full details.
157
157
158
158
:::note
159
159
The default Nextflow version can be overridden by setting `NXF_VER` in a [pre-run script](https://docs.seqera.io/platform-enterprise/25.2/launch/advanced#pre-and-post-run-scripts):
@@ -175,7 +175,7 @@ If you're using AWS Batch, you will need to configure a custom job-definition an
175
175
176
176
### Removed `maxSpotattempts` setting from Platform
177
177
178
-
Nextflow now handles this setting. See the [Nextflow reference documentation](https://www.nextflow.io/docs/latest/reference/config.html) for more information.
178
+
Nextflow now handles this setting. See the [Nextflow reference documentation](https://docs.seqera.io/nextflow/reference/config) for more information.
Copy file name to clipboardExpand all lines: changelog/seqera-enterprise/v25.3.1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ According to the [25.10.0](https://github.com/nextflow-io/nextflow/releases/tag/
35
35
- AWS Java SDK upgraded from v1 to v2 (affects `aws.client` config options)
36
36
- Package `nextflow.config.schema` renamed to `nextflow.config.spec`
37
37
38
-
See the [Nextflow 25.10 migration guide](https://www.nextflow.io/docs/latest/migrations/25-10.html) for full details.
38
+
See the [Nextflow 25.10 migration guide](https://docs.seqera.io/nextflow/migrations/25-10) for full details.
39
39
40
40
**Note:** The default Nextflow version can be overridden by setting `NXF_VER` in a [pre-run script](https://docs.seqera.io/platform-enterprise/25.3/launch/advanced#pre-and-post-run-scripts):
Copy file name to clipboardExpand all lines: changelog/seqera-enterprise/v25.3.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Seqera Platform 25.3 includes Nextflow 25.04.8 (previously 25.04.3 from v25.2).
119
119
120
120
According to the [25.04.0](https://github.com/nextflow-io/nextflow/releases/tag/v25.04.0) through [25.04.8](https://github.com/nextflow-io/nextflow/releases/tag/v25.04.8) release notes, this update includes bug fixes and stability improvements. Existing pipelines will continue to work.
121
121
122
-
See the [Nextflow 25.04 migration guide](https://www.nextflow.io/docs/latest/migrations/25-04.html) for full details.
122
+
See the [Nextflow 25.04 migration guide](https://docs.seqera.io/nextflow/migrations/25-04) for full details.
123
123
124
124
**Note:** The default Nextflow version can be overridden by setting `NXF_VER` in a [pre-run script](https://docs.seqera.io/platform-enterprise/launch/advanced#pre-and-post-run-scripts):
Copy file name to clipboardExpand all lines: fusion_docs/guide/aws-eks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,4 +165,4 @@ To use Fusion without the need for escalating privileges, install the Nextflow [
165
165
fusion.privileged = false
166
166
```
167
167
168
-
To use a custom FUSE device plugin, specify it via the `k8s.fuseDevicePlugin` configuration option. See [Kubernetes](https://www.nextflow.io/docs/latest/reference/config.html#k8s) configuration options for details.
168
+
To use a custom FUSE device plugin, specify it via the `k8s.fuseDevicePlugin` configuration option. See [Kubernetes](https://docs.seqera.io/nextflow/reference/config#k8s) configuration options for details.
Copy file name to clipboardExpand all lines: fusion_docs/guide/gcp-batch.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ When Fusion v2 is enabled, the following virtual machine settings are applied:
31
31
:::
32
32
33
33
1. Provide your Google credentials via the `GOOGLE_APPLICATION_CREDENTIALS` environment variable
34
-
or with the `gcloud` auth application-default login command. See [Credentials](https://www.nextflow.io/docs/latest/google.html#credentials) for more information.
34
+
or with the `gcloud` auth application-default login command. See [Credentials](https://docs.seqera.io/nextflow/google#credentials) for more information.
35
35
36
36
1. Add the following to your `nextflow.config` file:
0 commit comments