Releases: moka-guys/samplesheet_validator
Releases · moka-guys/samplesheet_validator
v1.3.0
v1.2.0
- Add command line argument to specify option to run with no stream handler
- Remove log shutdown functionality as this was removing all logs in parent scripts that run this package
- Fix logging so that it is compatible with parent script when used as package
- Remove timestamp from logfile names
- Add git_tag() function to be used when adding version in setup.py
- Add further information to the readme about the script behaviour when handling development samplesheets
v1.1.0
Update incorporates the following:
• Remove library prep name inputs as these are not required
• Amend attribute, amend GitHub workflow on push branch
• Add test suite documentation
• Fix missing headers not appearing in log
v1.0.0
First implementation of the samplesheet_validator.
Checks sample sheet naming and contents. Carries out a series of checks on the sample sheet and collects any errors that it identifies (SamplesheetCheck.errors_list). It also identifies whether or not a run is a TSO run from the sample sheet (SamplesheetCheck.tso).