nf-core/cellranger/mkfastq @ 0.0.0-3fc6d40
Updating the docker container and making a new module release
Bcl2fastq2 and Cell Ranger are commercial tools from Illumina and 10X Genomics, respectively. The container provided for the cellranger nf-core module is not provided nor supported by either Illumina or 10x Genomics. Updating the bcl2fastq2 or Cell Ranger versions in the container and pushing the update to Dockerhub needs to be done manually.
-
Navigate to the appropriate download pages. - bcl2fastq2: download the linux rpm installer of the desired bcl2fastq2 version with
curlorwget. Place this file in the same folder where the Dockerfile lies. - Cell Ranger: download the tar ball of the desired Cell Ranger version withcurlorwget. Place this file in the same folder where the Dockerfile lies. -
Edit the Dockerfile. Update the bcl2fastq2 and Cell Ranger versions in this line:
ENV BCL2FASTQ2_VER=<VERSION> \
CELLRANGER_VER=<VERSION>
- Create and test the container:
docker build -f Dockerfile.manual -t quay.io/nf-core/cellrangermkfastq:<CELLRANGER_VERSION> .
- Access rights are needed to push the container to the Dockerhub nfcore organization, please ask a core team member to do so.
docker push quay.io/nf-core/cellrangermkfastq:<CELLRANGER_VERSION>
Name
|
CELLRANGER_MKFASTQ |
|---|
meta
map
|
Groovy Map containing sample information e.g. [ id:'test', single_end:false ] |
|---|---|
csv
file
|
Sample sheet *.csv
|
bcl
file
|
Base call files *.bcl.bgzf
|
fastq
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*_outs/outs/fastq_path/**/**_S[0-9]*_R?_00?.fastq.gz
file
|
Read FastQ files *_S[0-9]*_R?_00?.fastq.gz
|
stats
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*_outs/outs/fastq_path/Stats
directory
|
Stats Stats
|
interop
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*_outs/outs/interop_path/*.bin
file
|
InterOp files *.bin
|
reports
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*_outs/outs/fastq_path/Reports
directory
|
Reports Reports
|
fastq_idx
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*_outs/outs/fastq_path/**/**_S[0-9]*_I?_00?.fastq.gz
file
|
Index FastQ files *_S[0-9]*_I?_00?.fastq.gz
|
undetermined_fastq
tuple
meta
map
|
Groovy Map containing sample information |
|---|---|
*_outs/outs/fastq_path/Undetermined*.fastq.gz
file
|
Undetermined FastQ files Undetermined*.fastq.gz
|
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 by 10x Genomics is a set of analysis pipelines that process Chromium single-cell data to align reads, generate feature-barcode matrices, perform clustering and other secondary analysis, and more. | https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 3fc6d40d163d89ae44d40a00b9017d5a9df5170e |
| Release Date | 22 Apr 2026 15:05:22 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcellranger%2Fmkfastq/0.0.0-3fc6d40/download |