-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from phac-nml/fixes-updates
Fixes updates
- Loading branch information
Showing
7 changed files
with
285 additions
and
272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
# Unreleased | ||
|
||
* Added support for writing JSON output file when using `-resume` in a pipeline. | ||
* Re-structured Nextflow config syntax for loading metadata from CSV file using `csv {}` section in config. | ||
* Added support for reading metadata from JSON file using `json {}` section in config. | ||
* Added support for flattening samples metadata with `iridanext.output.metadata.flatten=true`. | ||
* Added support for validation by custom JSON schema before writing final JSON output file (defaults to no validation). | ||
* Enable with `iridanext.output.validate=true` and set schema with `iridanext.output.schema=PATH`. | ||
* If `iridanext.output.schema` is unset, validates against default JSON schema for IRIDA Next output data. | ||
* Added support for `iridanext.output.metadata.{ignore,keep,rename}` to ignore, keep, or rename metadata keys. | ||
* Expanded test suite. | ||
- Added support for writing JSON output file when using `-resume` in a pipeline. | ||
- Re-structured Nextflow config syntax for loading metadata from CSV file using `csv {}` section in config. | ||
- Added support for reading metadata from JSON file using `json {}` section in config. | ||
- Added support for flattening samples metadata with `iridanext.output.metadata.flatten=true`. | ||
- Added support for validation by custom JSON schema before writing final JSON output file (defaults to no validation). | ||
- Enable with `iridanext.output.validate=true` and set schema with `iridanext.output.schema=PATH`. | ||
- If `iridanext.output.schema` is unset, validates against default JSON schema for IRIDA Next output data. | ||
- Added support for `iridanext.output.metadata.{ignore,keep,rename}` to ignore, keep, or rename metadata keys. | ||
- Expanded test suite. | ||
|
||
# 0.1.0 - 2023/12/14 | ||
|
||
* Initial release of plugin enabling the creation of a JSON file containing data to store within [IRIDA Next][irida-next]. | ||
- Initial release of plugin enabling the creation of a JSON file containing data to store within [IRIDA Next][irida-next]. | ||
|
||
[irida-next]: https://github.com/phac-nml/irida-next |
Oops, something went wrong.