Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/cli/reference.mdx → docs/cli/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ With the Wave CLI you can build Docker and Singularity containers from a variety

The following sections describe several common usage cases. To get started by creating an example Nextflow pipeline that uses Wave CLI, see [Get started][start].

[start]: ../get-started.mdx#wave-cli
[start]: ../get-started#wave-cli

### Augment a container with a directory

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/db-migration.mdx → docs/db-migration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Wave Database Migration from SurrealDB to PostgreSQL

## Pre-requisites
- Install [wave-cli] (https://github.com/seqeralabs/wave-cli)
- Install [wave-cli](https://github.com/seqeralabs/wave-cli)
- Ensure you have a PostgreSQL database set up and accessible from wave.

## Migration Steps
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/get-started.mdx → docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,6 @@ Reneechester, AK 75644
[Podman]: https://podman.io/docs/installation
[Docker Desktop]: https://www.docker.com/products/docker-desktop/

[wave-build]: ./cli/reference.mdx#build-a-container
[nf-config]: ./nextflow.mdx#configuration-options
[wave-cli]: ./cli/index.mdx
[wave-build]: ./cli/reference#build-a-container
[nf-config]: ./nextflow#configuration-options
[wave-cli]: ./cli/index
16 changes: 8 additions & 8 deletions docs/index.mdx → docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ To get started with Wave:
Wave is also available as hosted service on [Seqera Platform](https://cloud.seqera.io/). For Seqera Enterprise customers, a licensed self-hosted Wave solution is also available. Contact us [contact us](https://seqera.io/contact-us/) for more information.
:::

[started]: ./get-started.mdx
[nf]: ./nextflow.mdx
[cli]: ./cli/index.mdx
[started]: ./get-started
[nf]: ./nextflow
[cli]: ./cli/index

## Wave features

Expand All @@ -28,13 +28,13 @@ Wave is also available as hosted service on [Seqera Platform](https://cloud.seqe

Wave integrates with [Seqera Platform credentials management][private] enabling seamless access and publishing to private registries.

[private]: ./nextflow.mdx#access-private-container-repositories
[private]: ./nextflow#access-private-container-repositories

#### Seqera Containers - The community container registry

[Seqera Containers] is a free to use service operated for the community by Seqera.

It uses Wave to build images from Conda / PyPI packages on demand, either through the [web interface](https://seqera.io/containers/) or using the [Wave CLI](./cli/index.mdx) / [Nextflow integration](./nextflow.mdx).
It uses Wave to build images from Conda / PyPI packages on demand, either through the [web interface](https://seqera.io/containers/) or using the [Wave CLI](./cli/index) / [Nextflow integration](./nextflow).

These images are cached and hosted permanently, being served through a [Docker Distribution][docker] registry and hosted on AWS infrastructure. Images are cached and served via Cloudflare CDN.

Expand All @@ -52,14 +52,14 @@ Seqera Containers does not work with custom container files, augmentation, or au
Wave offers a flexible approach to container image management. It allows you to [dynamically add custom layers][augment] to existing docker images, creating new images tailored to your specific needs.
Any existing container can be extended without rebuilding it. You can add user-provided content such as custom scripts and logging agents, providing greater flexibility in the container’s configuration.

[augment]: ./provisioning.mdx#container-augmentation
[augment]: ./provisioning#container-augmentation

### Conda-based containers

Package management systems such as Conda and Bioconda simplify the installation of scientific software.
Wave enables dynamic provisioning of container images from any Conda or Bioconda recipe. Just [declare the Conda packages][conda] in your Nextflow pipeline and Wave will assemble the required container.

[conda]: ./nextflow.mdx#build-conda-based-containers
[conda]: ./nextflow#build-conda-based-containers

### Singularity containers

Expand All @@ -71,7 +71,7 @@ The advantage of this approach is that Singularity and Apptainer engines can pul
Considering the Singularity image format's peculiarities, Wave's freeze mode is mandatory when provisioning Singularity images.
:::

[singularity]: ./nextflow.mdx#build-singularity-containers
[singularity]: ./nextflow#build-singularity-containers

### Deploying containers across multi-clouds

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/nextflow.mdx → docs/nextflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ For the entire list of configuration options, see [Configuration options](#confi

The following sections describe several common usage cases. To get started by creating an example pipeline that uses Wave, see [Get started][start].

[start]: ./get-started.mdx#nextflow
[start]: ./get-started#nextflow

### Access private container repositories

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading