Description
Make a copy of an existing .var field or index to another .var field within the same mudata object.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.h5mu"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision 2.0.0 \
-main-script target/nextflow/metadata/duplicate_var/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--input_var_key | string |
Name | Type & Properties |
|---|---|
--overwrite_existing_key | boolean_true |
Name | Type & Properties |
|---|---|
--output -o | file required output |
--output_var_key | string required |
--output_compression | string |