Skip to content

Commit cdece83

Browse files
Update list to cards and highlight freeze in tutorial (#993)
Signed-off-by: Christopher Hakkaart <christopher.hakkaart@gmail.com>
1 parent 2241a12 commit cdece83

File tree

3 files changed

+15
-17
lines changed

3 files changed

+15
-17
lines changed

docs/tutorials/index.md

Lines changed: 0 additions & 15 deletions
This file was deleted.

docs/tutorials/index.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Tutorials
3+
description: Learn how to get started with Wave
4+
tags: [containers, nextflow, seqera containers, wave, wave cli]
5+
---
6+
7+
import DocCardList from "@theme/DocCardList";
8+
9+
# Tutorials
10+
11+
Wave integrates with Nextflow and the Wave CLI to provision containers on demand for your pipelines. Use these tutorials to get started with Wave:
12+
13+
<DocCardList />

docs/tutorials/nextflow-wave.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ description: Provision containers with Wave directly from your Nextflow pipeline
44
tags: [containers, nextflow, wave]
55
---
66

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.
88

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:
1010

1111
- Creating a Seqera access token.
1212
- Adding your container registry credentials to Seqera.

0 commit comments

Comments
 (0)