Skip to content

v2.0.0

Compare
Choose a tag to compare
@DriesSchaumont DriesSchaumont released this 01 Feb 14:20
· 63 commits to main since this release
8c078bb

viash-actions v2.0.0

New Features

  • Added ns-build - Build a namespace from many viash config files.

  • Added build-nextflow-schemas - Build schemas from a viash config to use with nf-tower

  • Added build-nextflow-params - build nextflow parameter file templates (see nextflow's -params-file option) from viash configs

Major changes

  • ns-list: Added arguments query_namespace, query_name, platform,
    config_mod, format and parse_argument_groups to make the action more in line with the
    arguments of viash ns list.

  • ns-list: Added the output_file argument that allows writing the output for this action to a file.

  • setup: Remove parameters that should be specified in _viash.yaml.

Breaking changes

  • ns-list: Renamed the output variable from components_json to simply output.
    The default format is format: yaml, set to format: json to restore the previous
    behaviour.