Description
Converts the output from Xenium to a single .h5mu file, where the count matrix is written to the rna modality.
The following files are expected to be present in the Xenium output bundle:
├── cell_feature_matrix.h5
├── cells.parquet
├── experiment.xenium
└── metrics_summary.csv
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.h5mu"
obsm_coordinates: [ "spatial" ]
uns_experiment: [ "xenium_experiment" ]
uns_metrics: [ "xenium_metrics" ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_spatial.git \
-revision v0.1.1 \
-main-script target/nextflow/convert/from_xenium_to_h5mu/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
--output -o | file output |
--obsm_coordinates | string |
--uns_experiment | string |
--uns_metrics | string |
--output_compression | string |