Skip to content

Commit 6b7e0f3

Browse files
Update link to blog (#303)
* Update link to blog Updated outdated blog link. Signed-off-by: Justine Geffen <[email protected]> * Updated link to resource labels page Signed-off-by: Justine Geffen <[email protected]> --------- Signed-off-by: Justine Geffen <[email protected]>
1 parent 5f2df0f commit 6b7e0f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

platform_versioned_docs/version-23.1/enterprise/release_notes/22.4.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tags: [release, enterprise, 22.4]
1111

1212
### Resource Labels
1313

14-
In Nextflow Tower 22.3, Seqera Labs introduced [resource labels](https://help.tower.nf/22.4/resource-labels/overview/) — a flexible tagging system for the cloud services consumed by a run. Workspace administrators can now customize the resource labels associated with pipelines, actions, and runs. This improves the feature’s flexibility as resource labels are no longer inherited only from the compute environment.
14+
In Nextflow Tower 22.3, Seqera Labs introduced [resource labels](https://docs.seqera.io/platform/24.2/labels/overview) — a flexible tagging system for the cloud services consumed by a run. Workspace administrators can now customize the resource labels associated with pipelines, actions, and runs. This improves the feature’s flexibility as resource labels are no longer inherited only from the compute environment.
1515

1616
In Tower Enterprise 22.4, an administrator can now:
1717

platform_versioned_docs/version-23.4/launch/advanced.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ reports:
4444
You can run custom code either before or after the execution of the Nextflow script. These fields allow you to enter shell commands.
4545
4646
Pre-run scripts are executed in the nf-launch script prior to invoking Nextflow processes. Pre-run scripts are useful for:
47-
- Specifying an alternate Nextflow version to use for the run. For example, use `export NXF_VER=24.04.2` to take advantage of [new Nextflow features](https://nextflow.io/blog/2024/nextflow-2404-highlights.html) before a Platform version is released with 24.04.2 as its baseline.
47+
- Specifying an alternate Nextflow version to use for the run. For example, use `export NXF_VER=24.04.2` to take advantage of [new Nextflow features](https://seqera.io/blog/nextflow-24.04-highlights/) before a Platform version is released with 24.04.2 as its baseline.
4848
- Executor setup, such as loading a private CA certificate.
4949
- Troubleshooting. For example, add `sleep 3600` to your pre-run script to instruct Nextflow to wait 3600 seconds (60 minutes) before process execution after the nf-launcher container is started, to create a window in which to test connectivity and other issues before your Nextflow processes execute.
5050

0 commit comments

Comments
 (0)