Description
Move a matrix from .obsm to .obs. Newly created columns in .obs will
be created from the .obsm key suffixed with an underscore and the name of the columns
of the specified .obsm matrix.
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 v3.0.2 \
-main-script target/nextflow/metadata/move_obsm_to_obs/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--modality | string |
--obsm_key | string required |
Name | Type & Properties |
|---|---|
--output -o | file required output |
--output_compression | string |