Description
Detects the ingestion method of a dataset.
Currently detects either 10X CellRanger Multi, 10X Xenium or Nanostring CosMx, but can be extended to other technologies upon request.
Run the following command to execute this component with Nextflow:
cat > params.yaml <<'EOM'
modality: [ "rna" ]
output_uns_ingestion_method: [ "ingestion_method" ]
output: "$id.$key.output.h5mu"
id: "run"
publish_dir: "output/"
EOM
nextflow run https://packages.viash-hub.com/vsh/openpipeline_qc.git \
-revision v0.2.2 \
-main-script target/nextflow/ingestion_qc/detect_ingestion_method/main.nf \
-params-file params.yaml Name | Type & Properties |
|---|---|
--input | file required |
--modality | string |
Name | Type & Properties |
|---|---|
--output_uns_ingestion_method | string |
--output | file required output |