Description
Save parameters to a YAML file
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
id: "run"
output: "$id.$key.output.yaml"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/htrnaseq.git \
-revision v0.14.7 \
-main-script target/nextflow/utils/save_params/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--id | string required |
--params_yaml | string required |
Name | Type & Properties |
|---|---|
--output | file required output |