move_files_to_directory

Description

This component copies one or multiple files or directories
to the same destination directory, creating the output directory if it doesn't
exist.

Type

bash_script

License

MIT

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
file
required
multiple

Outputs

Name
Type & Properties
--output
file
required
output

Options

Name
Type & Properties
--keep_symbolic_links
boolean_true

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.