Skip to main content

registry

Added in version 26.04

The registry scope configures the registries used to resolve modules and plugins.

By default, only the public Nextflow registry (https://registry.nextflow.io/api) is used. When one or more registries are configured, Nextflow uses only those registries in the order they are listed, and the public registry is not used. To keep using the public registry alongside your own, include its URL in registry.url explicitly.

registry.apiKey

The API key used to authenticate with the registry. When not set, the NXF_REGISTRY_TOKEN environment variable is used.

registry.url

A registry URL, or a list of registry URLs queried in the order they are listed. When set, these replace the default public registry.

On this Page