nf-core / differentialabundance

Differential abundance analysis for feature/ observation matrices from platforms such as RNA-seq
https://nf-co.re/differentialabundance
MIT License
57 stars 32 forks source link

URGENT: pin nf-validation version #242

Closed nvnieuwk closed 7 months ago

nvnieuwk commented 7 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

WackerO commented 7 months ago

Thanks! Was also noted here https://github.com/nf-core/differentialabundance/issues/237 so I'm closing this issue, on the dev branch the version is already pinned :)

nvnieuwk commented 7 months ago

Thank you!!