tiledb/move_mudata_obsm_to_tiledb

Description

Move .obsm items from a MuData modality to an existing tileDB database.
The .obsm 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.

Type

python_script

License

MIT

Contributors

Run this component

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_obsm_to_tiledb/main.nf \  
  -params-file params.yaml  

Input database

Name
Type & Properties
--input_uri
string
required
--s3_region
string
--endpoint
string
--s3_no_sign_request
boolean
--output_modality
string

MuData input

Name
Type & Properties
--input_mudata
file
required
--modality
string
required
--obsm_input
string
multiple

TileDB-SOMA output

Name
Type & Properties
--output_tiledb
file
output

Collaborate Accelerate Succeed

Empower your organization with secure, scalable workflow solutions that simplify development, ensure compliance, and drive innovation.

Viash Hub is a platform developed by Data Intuitive, a Belgian-based bioinformatics company specializing in data workflow development and deployment.