nf-core/cellranger/vdj @ 0.0.0-0c7146d
Summary
Module to use Cell Ranger's pipelines analyze sequencing data produced from Chromium Single Cell Immune Profiling.
Get started
Add the following snippet to your workflow script to include this module.
include { CELLRANGER_VDJ } from 'nf-core/cellranger/vdj'
License
MIT License
Process
Name
|
CELLRANGER_VDJ |
|---|
Input
2 channels
#1
tuple
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
reads
file
|
List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively. ${Sample_Name}_S1_L00${Lane_Number}_${I1,I2,R1,R2}_001.fastq.gz
|
reference
directory
|
Folder containing all the reference indices needed by Cell Ranger |
|---|
Output
2 channels
#1
outs
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
**/outs/**
file
|
Files containing the outputs of Cell Ranger, see official 10X Genomics documentation for a complete list ${meta.id}/outs/*
|
#2
versions_cellranger
tuple
${task.process}
string
|
The name of the process |
|---|---|
cellranger
string
|
The name of the tool |
cellranger --version | sed "s/.*-//"
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| cellranger | Cell Ranger processes data from 10X Genomics Chromium kits. `cellranger vdj` takes FASTQ files from `cellranger mkfastq` or `bcl2fastq` for V(D)J libraries and performs sequence assembly and paired clonotype calling. It uses the Chromium cellular barcodes and UMIs to assemble V(D)J transcripts per cell. Clonotypes and CDR3 sequences are output as a `.vloupe` file which can be loaded into Loupe V(D)J Browser. | https://support.10xgenomics.com/single-cell-vdj/software/pipelines/latest/what-is-cell-ranger |
| Version | 0.0.0-0c7146d |
|---|---|
| Commit ID | 3fc6d40d163d89ae44d40a00b9017d5a9df5170e |
| Release Date | 08 Apr 2026 18:50:58 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcellranger%2Fvdj/0.0.0-0c7146d/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cellranger/vdj/blobs/sha256:bdfe4502f2caa610c1deee97e811d4c5dea493516f5c604dec493fc581ed534d |
| Size | 3.2 KB |
| Checksum | sha256:bdfe4502f2caa610c1deee97e811d4c5dea493516f5c604dec493fc581ed534d |
| Downloads | 3 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-3fc6d40 | 22 Apr 2026 15:05:29 (UTC) | 3 | 3.2 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:50:58 (UTC) | 3 | 3.2 KB |