Description of feature 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...
You can now include the plugin helper functions into your Nextflow pipeline: ```groovy title="main.nf" include { validateParameters; paramsHelp; paramsSummaryLog; fromSamplesheet } from 'plugin/nf-validation' include { validateParameters; paramsHelp; paramsSummaryLog; fromSamplesheet } from 'plugi...
run: echo "plugin_version=$(grep "Plugin-Version" plugins/nf-validation/src/resources/META-INF/MANIFEST.MF | awk '{print $2}' | awk -F '.' '{print $1"."$2}')" >> $GITHUB_ENV run: echo "plugin_version=$(grep "Plugin-Version" plugins/nf-schema/resources/META-INF/MANIFEST.MF...