This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Version 1.0.0 - Tonkotsu
The nf-validation plugin is now in production use across many pipelines and has (we hope) now reached a point of relative stability. The bump to major version v1.0.0 signifies that it is suitable for use in production pipelines.
This version also introduces a small breaking change of syntax when providing optional arguments to the functions. You can now provide optional arguments such as the nextflow parameters schema path as:
validateParameters(parameters_schema: 'my_file.json')
(previous syntax used positional arguments instead).
Bug fixes
- The path to a custom parameters schema must be provided through a map '
parameters_schema: 'my_file.json'
' invalidateParameters()
andparamsSummaryMap()
(#108)