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

Commit 7ca22a4

Browse files
authored
Merge pull request #93 from nvnieuwk/release-0.3.2
Release PR 0.3.2
2 parents 10968ea + 120e92e commit 7ca22a4

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nextflow-io/nf-validation: Changelog
22

3-
## Version 0.4.0 (dev)
3+
# Version 0.3.2
44

55
### Bug fixes
66

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,19 @@ Supported sample sheet formats are CSV, TSV and YAML (simple).
2020

2121
Declare the plugin in your Nextflow pipeline configuration file:
2222

23-
_(make sure you pin the latest stable release version after the `@`)_
24-
2523
```groovy title="nextflow.config"
2624
plugins {
27-
id 'nf-validation@0.3.1'
25+
id 'nf-validation'
2826
}
2927
```
3028

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

31+
> [!NOTE]
32+
> The snippet above will always try to install the latest version, good to make sure
33+
> that the latest bug fixes are included! However, this can cause difficulties if running
34+
> offline. You can pin a specific release using the syntax `nf-validation@0.3.2`
35+
3336
You can now include the plugin helper functions into your Nextflow pipeline:
3437

3538
```groovy title="main.nf"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Plugin-Id: nf-validation
3-
Plugin-Version: 0.3.1
3+
Plugin-Version: 0.3.2
44
Plugin-Class: nextflow.validation.ValidationPlugin
55
Plugin-Provider: nextflow
66
Plugin-Requires: >=22.10.0

0 commit comments

Comments
 (0)