files/make_params

Description

Looks for files in a directory and turn it in a params file.

Type

r_script

Contributors

Run this component

Run the following command to execute this component with Nextflow:

cat > params.yaml <<'EOM'  
n_dirname_drop: [ 0 ]  
n_basename_id: [ 0 ]  
id_name: [ "id" ]  
path_name: [ "path" ]  
output: "$id.$key.output.yaml"  
id: "run"  
publish_dir: "output/"  
EOM

nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \  
  -revision 1.0.4 \  
  -main-script target/nextflow/files/make_params/main.nf \  
  -params-file params.yaml  

Arguments

Name
Type & Properties
--base_dir
file
required
--pattern
string
required
--n_dirname_drop
integer
--n_basename_id
integer
--id_name
string
--path_name
string
--group_name
string
--output
file
required
output

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.