Description
Create a subset of an .obsp field in a mudata file, by filtering the columns based on the values of an .obs column. The resulting subset is moved to an .obsm slot.
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.1 \
-main-script target/nextflow/filter/subset_obsp/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--output_compression | string |
Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--input_obsp_key | string required |
--input_obs_key | string required |
--input_obs_value | string required |
Name | Type & Properties |
|---|---|
--output | file output |
--output_obsm_key | string required |