nf-core / references

MIT License
2 stars 3 forks source link

URGENT: pin nf-validation version #15

Closed nvnieuwk closed 5 months ago

nvnieuwk commented 7 months ago

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'
}