sync_resources

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.

Type

bash_script

License

MIT

Contributors

Run this component

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  

Inputs

Name
Type & Properties
--input
-i
file

Outputs

Name
Type & Properties
--output
-o
file
output

Arguments

Name
Type & Properties
--dryrun
boolean_true
--exclude
string
multiple

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.