Description
Download a file.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.h5"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 2.1.2 \
-main-script target/nextflow/download/download_file/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | string required |
--output | file required output |
--verbose -v | boolean_true |