gbcms
Complete orientation-aware counting system for genomic variants
Features
- 🚀 High Performance: Rust-powered core engine with multi-threading
- 🧬 Complete Variant Support: SNP, MNP, insertion, deletion, and complex variants (DelIns, SNP+Indel)
- 🧪 WFA + PairHMM Phase 3: Pangenomic fast-path WFA alignment with PairHMM fallback for complex multi-allelic classification
- 📊 Orientation-Aware: Forward and reverse strand analysis with fragment counting
- 📏 mFSD (Mutant Fragment Size Distribution): Per-allele cfDNA fragment size profiling with KS test and log-likelihood ratio
- 🔬 Statistical Analysis: Fisher's exact test for strand bias (read-level and fragment-level)
- 📁 Flexible I/O: BAM and CRAM input; VCF and MAF variant input/output formats
- 🎯 Quality Filters: 8 configurable read and quality filtering options with heuristic BAQ
- 🧬 RNA Mode: Transcriptome-aware counting with strandedness, splice detection, and A-to-I editing
- 🔗 UMI Support: Molecule-level deduplication with UMI-aware fragment grouping
- 🔬 Per-Molecule Observations: Export which molecule carried which allele at each variant — the layer beneath the counts — enabling read-backed phasing and allelic imbalance
- 🔧 Normalize Command: Standalone variant normalization (left-align + REF validation) without counting
Installation
Quick install:
pip install gbcms
From source (requires Rust):
git clone https://github.com/msk-access/gbcms.git
cd gbcms
pip install .
Docker:
docker pull ghcr.io/msk-access/gbcms:X.Y.Z # Replace X.Y.Z with latest from PyPI
📖 Full documentation: https://msk-access.github.io/gbcms/
Usage
gbcms can be used in two ways:
🔧 Option 1: Standalone CLI (1-10 samples)
Best for: Quick analysis, local processing, direct control
gbcms dna \
--variants variants.vcf \
--bam sample1.bam \
--fasta reference.fa \
--output-dir results/
Output: results/sample1.vcf
Learn more:
🔄 Option 2: Nextflow Workflow (10+ samples, HPC)
Best for: Many samples, HPC clusters (SLURM), reproducible pipelines
nextflow run nextflow/main.nf \
--input samplesheet.csv \
--variants variants.vcf \
--fasta reference.fa \
--mode dna \
-profile slurm
Features:
- ✅ Automatic parallelization across samples
- ✅ SLURM/HPC integration
- ✅ Container support (Docker/Singularity)
- ✅ Resume failed runs
Learn more:
Which Should I Use?
| Scenario | Recommendation |
|---|---|
| 1-10 samples, local machine | CLI |
| 10+ samples, HPC cluster | Nextflow |
| Quick ad-hoc analysis | CLI |
| Production pipeline | Nextflow |
| Need auto-parallelization | Nextflow |
| Full manual control | CLI |
Quick Examples
CLI: DNA Single Sample
gbcms dna \
--variants variants.vcf \
--bam tumor.bam \
--fasta hg19.fa \
--output-dir results/ \
--threads 4
CLI: RNA-seq
gbcms rna \
--variants variants.vcf \
--bam rna_sample:aligned.bam \
--fasta hg19.fa \
--rna-editing-db TABLE1_hg38.txt.gz \
--output-dir results/
CLI: Normalize Variants
gbcms normalize \
--variants variants.vcf \
--fasta hg19.fa \
--output results/normalized.tsv
CLI: Multiple Samples (Sequential)
gbcms dna \
--variants variants.vcf \
--bam-list samples.txt \
--fasta hg19.fa \
--output-dir results/
Nextflow: Many Samples (Parallel)
# samplesheet.csv:
# sample,bam,bai
# tumor1,/path/to/tumor1.bam,
# tumor2,/path/to/tumor2.bam,
nextflow run nextflow/main.nf \
--input samplesheet.csv \
--variants variants.vcf \
--fasta hg19.fa \
--mode dna \
--outdir results \
-profile slurm
Documentation
📚 Full Documentation: https://msk-access.github.io/gbcms/
Quick Links:
- Installation
- CLI Quick Start
- Nextflow Workflow
- CLI Reference — DNA
- CLI Reference — RNA
- CLI Reference — Normalize
- Input Formats
- Output Formats
- Architecture
Contributing
See CONTRIBUTING.md for development guidelines.
To contribute to documentation, see the gh-pages branch.
Citation
If you use gbcms in your research, please cite:
Shah, R. et al. (2026). gbcms: A high-performance orientation-aware genotype counting system for genomic variants. Available at: https://github.com/msk-access/gbcms
BibTeX:
@software{gbcms,
author = {Shah, Ronak and contributors},
title = {gbcms: A high-performance orientation-aware genotype counting system for genomic variants},
year = {2026},
url = {https://github.com/msk-access/gbcms},
note = {GitHub repository}
}
License
AGPL-3.0 - see LICENSE for details.
Support
- 🐛 Issues: https://github.com/msk-access/gbcms/issues
- 💬 Discussions: https://github.com/msk-access/gbcms/discussions
Release files for gbcms 6.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| gbcms-6.2.0.tar.gz | 277.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| gbcms-6.2.0-cp311-cp311-manylinux_2_34_x86_64.whl | CPython 3.11 | CPython 3.11 | Linux glibc 2.34+ x86-64 | Details |
Total release size: 7.2 MB
Release files / gbcms-6.2.0.tar.gz
| Download URL | gbcms-6.2.0.tar.gz |
|---|---|
| Size | 277.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
44567eb0144bc61935054dd4c387ed97d351c9e6c0b43c3b5e29f85a5455efbc
|
|
BLAKE2b-256 checksum How to use checksums |
dc708c80d1885082a819ccd356811b6e767ca41de885b62e3c67d98a6b08ddc4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 7, 2026.
Transparency logRelease files / gbcms-6.2.0-cp311-cp311-manylinux_2_34_x86_64.whl
| Download URL | gbcms-6.2.0-cp311-cp311-manylinux_2_34_x86_64.whl |
|---|---|
| Size | 7.0 MB |
| Tags | CPython 3.11 Linux glibc 2.34+ x86-64 |
|
SHA-256 checksum How to use checksums |
044314ba10a17430292ef81404bbdecfe6c6314f5bc0e459b89a05a66169b817
|
|
BLAKE2b-256 checksum How to use checksums |
e1f1391432c0d31c9b327deb5ddfa0aefe7c869bd19af5fe245515b945349134
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 7, 2026.
Transparency log