This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
Version 1.1.0 - Miso
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, a0
will now be used as the value in the.fromSamplesheet()
channel instead ofnull
(#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)