Description
Reads in an H5MU file and saves it as a SpatialData Zarr store. The selected
modality in the MuData is stored as the main table in the SpatialData object.
If a matching existing SpatialData is provided, it will be used to fill the
remaining SpatialData slots.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output: "$id.$key.output.zarr"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_spatial.git \
-revision v0.3.0 \
-main-script target/nextflow/convert/from_h5mu_to_spatialdata/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--input_spatialdata | file |
--modality | string |
--output -o | file required output |