Description
Sync a Viash package's test resources to the local filesystem based on the
the .info.test_resources field in the _viash.yaml file. This is useful for
testing and debugging purposes.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
input: [ "_viash.yaml" ]
output: "$id.$key.output"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/craftbox.git \
-revision v0.3.3 \
-main-script target/nextflow/sync_resources/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file |
Name | Type & Properties |
|---|---|
--output -o | file output |
Name | Type & Properties |
|---|---|
--dryrun | boolean_true |
--exclude | string multiple |