Description
Split the samples of a single modality from a .h5mu (multimodal) sample into seperate .h5mu files based on the values of an .obs column of this modality.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output./path/to/output"
output_files: "$id.$key.output_files.csv"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.0 \
-main-script target/nextflow/dataflow/split_h5mu/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
--obs_feature | string required |
--drop_obs_nan | boolean_true |
--ensure_unique_filenames | boolean_true |
Name | Type & Properties |
|---|---|
--output | file required output |
--output_files | file required output |
--output_compression | string |