Description
Converts the output bundle from spaceranger into an h5mu file.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output.h5mu"
modality: [ "rna" ]
uns_metrics: [ "metrics_spaceranger" ]
uns_probe_set: [ "probe_set" ]
obsm_coordinates: [ "spatial" ]
output_type: [ "filtered" ]
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_spaceranger_to_h5mu/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input -i | file required |
Name | Type & Properties |
|---|---|
--output | file output |
--modality | string |
--uns_metrics | string |
--uns_probe_set | string |
--obsm_coordinates | string |
--output_type | string |
--output_compression | string |