nf-core / demultiplex

Demultiplexing pipeline for sequencing data
https://nf-co.re/demultiplex
MIT License
44 stars 37 forks source link

URGENT: pin nf-validation version #175

Closed nvnieuwk closed 8 months ago

nvnieuwk commented 8 months ago

Description of the bug

To prevent breaking this pipeline in the near future, the nf-validation version should be pinned to version 1.1.3 like:

plugins {
    id 'nf-validation@1.1.3'
}

Command used and terminal output

No response

Relevant files

No response

System information

No response

Aratz commented 8 months ago

Isn't this the case already (on dev)? :thinking: https://github.com/nf-core/demultiplex/blob/de8795836e49d700f53e5890b911cd963a80154b/nextflow.config#L193-L195

nvnieuwk commented 8 months ago

Perfect! Any idea on when the next release will be?

Aratz commented 8 months ago

This has not been discussed yet, but since it has only be template updates since the last release I guess it should be quite straight forward. I can take a look next week :+1:

nvnieuwk commented 8 months ago

Cool, thank you! A simple patch release should also be fine, just to make sure there is a working version of the pipeline without having to set extra configuration