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

Commit ee495db

Browse files
authored
Merge pull request #45 from nvnieuwk/v0.2.1
update all code to v0.2.1
2 parents 02285e8 + 70eca80 commit ee495db

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ _(make sure you pin the latest stable release version after the `@`)_
2424

2525
```groovy title="nextflow.config"
2626
plugins {
27-
id 'nf-validation@0.1.0'
27+
id 'nf-validation@0.2.1'
2828
}
2929
```
3030

examples/fromSamplesheetBasic/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/fromSamplesheetMeta/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/fromSamplesheetOrder/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/immutableMapDefault/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/immutableMapDisabled/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/paramsHelp/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/paramsSummaryLog/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/paramsSummaryMap/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/validateParameters/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/validationFailUnrecognisedParams/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {

examples/validationWarnUnrecognisedParams/pipeline/nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'nf-validation@0.1.0'
2+
id 'nf-validation@0.2.1'
33
}
44

55
params {
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.2.0
3+
Plugin-Version: 0.2.1
44
Plugin-Class: nextflow.validation.ValidationPlugin
55
Plugin-Provider: nextflow
66
Plugin-Requires: >=22.10.0

0 commit comments

Comments
 (0)