Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Update readme comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels committed Sep 19, 2023
1 parent affb6df commit 1a13f83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Supported sample sheet formats are CSV, TSV and YAML (simple).

Declare the plugin in your Nextflow pipeline configuration file:

_(make sure you pin the latest stable release version after the `@`)_

```groovy title="nextflow.config"
plugins {
id 'nf-validation'
Expand All @@ -30,6 +28,11 @@ plugins {

This is all that is needed - Nextflow will automatically fetch the plugin code at run time.

> [!NOTE]
> The snippet below will always try to install the latest version, good to make sure
> that the latest bug fixes are included! However, this can cause difficulties if running
> offline. You can pin a specific release using the syntax `[email protected]`
You can now include the plugin helper functions into your Nextflow pipeline:

```groovy title="main.nf"
Expand Down

0 comments on commit 1a13f83

Please sign in to comment.