nf-core/cellrangerarc/mkfastq @ 0.0.0-3fc6d40
Updating the docker container and making a new module release
Bcl2fastq2 and Cell Ranger Arc 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 Arc 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 Arc: download the tar ball of the desired Cell Ranger Arc version withcurlorwget. Place this file in the same folder where the Dockerfile lies. -
Edit the Dockerfile. Update the bcl2fastq2 and Cell Ranger Arc versions in this line:
ENV BCL2FASTQ2_VER=<VERSION> \
ARC_VER=<VERSION>
- Create and test the container:
docker build . -t quay.io/nf-core/cellranger-arc-mkfastq:<CELLRANGERARC_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/cellranger-arc-mkfastq:<CELLRANGERARC_VERSION>
Name
|
CELLRANGERARC_MKFASTQ |
|---|
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
bcl
file
|
Base call files *.bcl.bgzf
|
csv
file
|
Sample sheet *.csv
|
|---|
fastq
tuple
meta
map
|
Groovy Map containing sample information e.g. |
|---|---|
${prefix}/outs/fastq_path/*.fastq.gz
file
|
Unaligned FastQ files ${prefix}/outs/fastq_path/*.fastq.gz
|
versions_cellrangerarc
tuple
${task.process}
string
|
The name of the process |
|---|---|
cellrangerarc
string
|
The name of the tool |
cellranger-arc --version 2>&1 | sed 's/cellranger-arc cellranger-arc-//'
eval
|
The expression to obtain the version of the tool |
| Tool | Description | Homepage |
|---|---|---|
| cellrangerarc | Cell Ranger Arc 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-multiome-atac-gex/software/pipelines/latest/what-is-cell-ranger-arc |
| Version | 0.0.0-3fc6d40 |
|---|---|
| Commit ID | 3fc6d40d163d89ae44d40a00b9017d5a9df5170e |
| Release Date | 22 Apr 2026 15:05:32 (UTC) |
| Download URL | https://registry.nextflow.io/api/v1/modules/nf-core%2Fcellrangerarc%2Fmkfastq/0.0.0-3fc6d40/download |
| OCI Store URL | https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cellrangerarc/mkfastq/blobs/sha256:d32a9afd5d697e681933a4f982319d84a46d3f9ac4036ce4eec2bc9eac9d7fb0 |
| Size | 4.0 KB |
| Checksum | sha256:d32a9afd5d697e681933a4f982319d84a46d3f9ac4036ce4eec2bc9eac9d7fb0 |
| Downloads | 5 |
| Version | Date | Status | Downloads | Size |
|---|---|---|---|---|
| 0.0.0-3fc6d40 | 22 Apr 2026 15:05:32 (UTC) | 5 | 4.0 KB | |
| 0.0.0-5d5b444 | 21 Apr 2026 15:00:42 (UTC) | 3 | 4.0 KB | |
| 0.0.0-0c7146d | 08 Apr 2026 18:51:02 (UTC) | 1 | 4.0 KB |