nf-core/gmmdemux @ 0.0.0-6c4ed3a
Summary
GMM-Demux is a Gaussian-Mixture-Model-based software for processing sample barcoding data (cell hashing and MULTI-seq).
Get started
Add the following snippet to your workflow script to include this module.
include { GMMDEMUX } from 'nf-core/gmmdemux'
License
MIT License
Name
|
GMMDEMUX |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
hto_matrix
file
|
path to matrix from cell hashing data, the tool receives either CSV files or TSV, type must be specified using parameters |
hto_names
string
|
Comma separated list of HTO names, without whitespace |
type_report
boolean
|
If true, full classification report is generated, otherwise the simplified classification report. |
|---|
summary_report
boolean
|
If true, summary report is generated. |
|---|
skip
file
|
Load a full classification report and skip the mtx folder as input. Require a path argument. |
|---|
examine
file
|
Provide the cell list. Requires a file argument. Only executes if -u is set. |
|---|
matrix
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
matrix.mtx.gz
file
|
matrix mtx.tsv file with removed cell-hashing-identifiable multiplets matrix.mtx.gz
|
barcodes
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
barcodes.tsv.gz
file
|
barcodes tsv file with removed cell-hashing-identifiable multiplets barcodes.tsv.gz
|
features
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
features.tsv.gz
file
|
features tsv file with removed cell-hashing-identifiable multiplets features.tsv.gz
|
versions
versions.yml
file
|
File containing software versions versions.yml
|
|---|
config_report
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
GMM_*.config
file
|
Configuration report mapping the results obtained by the tool to the respective names of the HTOs in the classification report. GMM_*.csv
|
summary_report
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
summary_report_*.txt
file
|
summary report, optional output test/summary_report_*.txt
|
classification_report
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
GMM_*.csv
file
|
full or simplified classification report GMM_*.csv
|
| Tool | Description | Homepage |
|---|---|---|
| gmmdemux | GMM-Demux is a Gaussian-Mixture-Model-based software for processing sample barcoding data (cell hashing and MULTI-seq). | https://pypi.org/project/GMM-Demux/ |
| Version | 0.0.0-6c4ed3a |
|---|---|
| Commit ID | 6c4ed3a220310b905a1fc9d04f05be2e0837142b |
| Release Date | 23 Apr 2026 15:21:44 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fgmmdemux/0.0.0-6c4ed3a/download |