Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Version 1.0.0 - Tonkotsu

Compare
Choose a tag to compare
@mirpedrol mirpedrol released this 12 Oct 09:03
· 215 commits to master since this release
ffa4134

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'' in validateParameters() and paramsSummaryMap() (#108)