You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New features
Added a new configuration option validation.failUnrecognisedHeaders. This is the analogue to failUnrecognisedParams, but for samplesheet headers. The default is false which means that unrecognized headers throw a warning instead of an error.
Added a new configuration option validation.summary.hideParams. This option takes a list of parameter names to hide from the parameters summary created by paramsSummaryMap() and paramsSummaryLog()
Bug fixes
Fixed a bug in samplesheetToList that caused output mixing when the function was used more than once in channel operators.
Added a missing depencency for email format validation.
All path formats (with exception to file-path-pattern) will now give a proper error message when a file-path-pattern has been used.
Improvements
Improved the exists keyword documentation with a warning about an edge case.
Updated the error messages. Custom error messages provided in the JSON schema will now be appended to the original error messages instead of overwriting them.