nf-core / airrflow

B-cell and T-cell Adaptive Immune Receptor Repertoire (AIRR) sequencing analysis pipeline using the Immcantation framework
https://nf-co.re/airrflow
MIT License
46 stars 32 forks source link

URGENT: pin nf-validation version #307

Closed nvnieuwk closed 4 months ago

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

mirpedrol commented 4 months ago

Hello!

⚠️ The nf-validation plugin will have soon a new release (v2.0) which has breaking changes. This will break the usage of all pipelines that don't pin the version of this plugin, as Nextflow tries to pull the latest version.

ggabernet commented 4 months ago

Thank you, it's done in the dev branch and it will be added to the next release!