Description
This component copies one or multiple files or directories
to the same destination directory, creating the output directory if it doesn't
exist.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
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/move_files_to_directory/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required multiple |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--keep_symbolic_links | boolean_true |