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
ECR cache IAM permissions are defined in [AWS credentials to access ECR](../docs/install/kubernetes.md#aws-credentials-to-access-ecr). Ensure your cache ARN is an allowed `Resource`.
Copy file name to clipboardExpand all lines: docs/index.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
@@ -18,7 +18,7 @@ To get started with Wave:
18
18
Wave is also available as a hosted service on [Seqera Platform](https://cloud.seqera.io/). For Seqera Enterprise customers, a licensed self-hosted Wave solution is also available. [Contact us](https://seqera.io/contact-us/) for more information.
Copy file name to clipboardExpand all lines: docs/tutorials/nextflow-wave.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ description: Provision containers with Wave directly from your Nextflow pipeline
4
4
tags: [containers, nextflow, wave]
5
5
---
6
6
7
-
Wave integrates seamlessly into Nextflow pipelines by automatically provisioning containers on demand based on your specified Conda dependencies.
7
+
Wave integrates seamlessly into Nextflow pipelines by automatically building and freezing containers on demand based on your specified Conda dependencies.
8
8
9
-
This guide describes how to provision containers with Wave directly from your Nextflow pipelines. It includes:
9
+
This guide describes how to provision and freeze containers with Wave directly from your Nextflow pipelines. It includes:
10
10
11
11
- Creating a Seqera access token.
12
12
- Adding your container registry credentials to Seqera.
0 commit comments