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

Version 0.2.0

Compare
Choose a tag to compare
@nvnieuwk nvnieuwk released this 06 Jun 08:07
· 368 commits to master since this release
99a2826

New features

  • Added a new documentation site. (@ewels and @mashehu)
  • Removed the file-path-exists, directory-path-exists and path-exists and added a exists parameter to the schema. (@mirpedrol)
  • New errorMessage parameter for the schema which can be used to create custom error messages. (@mirpedrol)
  • Samplesheet validation now happens in validateParameters() using the schema specified by the schema parameter in the parameters schema. (@mirpedrol)

Improvements

  • The meta maps are now immutable by default, see ImmutableMap for more info (@nvnieuwk)
  • validateAndConvertSamplesheet() has been renamed to fromSamplesheet()
  • Refactor --schema_ignore_params to --validationSchemaIgnoreParams

Bug fixes

  • Fixed a bug where an empty meta map would be created when no meta values are in the samplesheet schema. (@nvnieuwk)