Description
A portable YAML, JSON, XML, CSV, TOML and properties processor
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.yaml"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/toolbox.git \
-revision v0.1.1 \
-main-script target/nextflow/yq/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--eval | string required |
--indent -I | integer |
--input_format -p | string |
--output_format -o | string |
--pretty_print -P | boolean_true |