Description
Looks for files in a directory and turn it in a params file.
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 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 |