v2.0.0
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
andparse_argument_groups
to make the action more in line with the
arguments ofviash 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 simplyoutput
.
The default format isformat: yaml
, set toformat: json
to restore the previous
behaviour.