Skip to content

Releases: phac-nml/nf-iridanext

Version 0.2.0

22 Jan 14:54
0.2.0
f983e21
Compare
Choose a tag to compare
  • 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.

Version 0.1.0

15 Dec 05:15
0.1.0
fc86414
Compare
Choose a tag to compare
  • Initial release of plugin enabling the creation of a JSON file containing data to store within IRIDA Next.