Description
Move .obsp items from a MuData modality to an existing tileDB database.
The .obsp keys should not exist in the database yet; and the observations from the modality and
their order should match with what is already present the tiledb database.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
s3_no_sign_request: [ false ]
output_tiledb: "$id.$key.output_tiledb"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline.git \
-revision v4.0.2 \
-main-script target/nextflow/tiledb/move_mudata_obsp_to_tiledb/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input_uri | string required |
--s3_region | string |
--endpoint | string |
--s3_no_sign_request | boolean |
--output_modality | string |
Name | Type & Properties |
|---|---|
--input_mudata | file required |
--modality | string required |
--obsp_input | string multiple |
Name | Type & Properties |
|---|---|
--output_tiledb | file output |