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

Version 1.1.0 - Miso

Compare
Choose a tag to compare
@nvnieuwk nvnieuwk released this 18 Oct 09:42
· 196 commits to master since this release
ac5812a

Features

  • Add support for samplesheets with no header (#115)

Bug fixes

  • Floats and doubles should now be created when using the number type in the schema (#113)
  • When 0 is used as a default value in the schema, a 0 will now be used as the value in the .fromSamplesheet() channel instead of null (#114)

New features

  • Added file-path-pattern format to check every file fetched using a glob pattern. Using a glob is now also possible in the samplesheet and will create a list of all files found using that glob pattern. (#118)