Description
Concatenate multiple SpatialData objects into one SpatialData output.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
output: "$id.$key.output"
anndata_join: [ "inner" ]
anndata_pairwise: [ false ]
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_spatial.git \
-revision v0.5.0 \
-main-script target/nextflow/dataflow/concatenate_spatialdata/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--inputs | file required multiple |
Name | Type & Properties |
|---|---|
--output | file required output |
Name | Type & Properties |
|---|---|
--attrs_merge | string |
Name | Type & Properties |
|---|---|
--anndata_join | string |
--anndata_merge | string |
--anndata_uns_merge | string |
--anndata_label | string |
--anndata_pairwise | boolean |