Description
Synchronise the test resources from s3://openpipelines-data to resources_test
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
input: [ "s3://openpipelines-data" ]
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 1.0.0 \
-main-script target/nextflow/download/sync_test_resources/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | string |
--output -o | file output |
--quiet | boolean_true |
--dryrun | boolean_true |
--delete | boolean_true |
--exclude | string multiple |