×

nf-core/cellrangerarc/mkfastq @ 0.0.0-3fc6d40

Module to create fastqs needed by the 10x Genomics Cell Ranger Arc tool. Uses the cellranger-arc mkfastq command.

Latest version: 0.0.0-3fc6d40
Total downloads: 9
Source: nf-core/modules

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.

  1. Navigate to the appropriate download pages. - bcl2fastq2: download the linux rpm installer of the desired bcl2fastq2 version with curl or wget. 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 with curl or wget. Place this file in the same folder where the Dockerfile lies.

  2. Edit the Dockerfile. Update the bcl2fastq2 and Cell Ranger Arc versions in this line:

ENV BCL2FASTQ2_VER=<VERSION> \
    ARC_VER=<VERSION>
  1. Create and test the container:
docker build . -t quay.io/nf-core/cellranger-arc-mkfastq:<CELLRANGERARC_VERSION>
  1. 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>
Process
Name CELLRANGERARC_MKFASTQ
Input 2 channels
#1 tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

bcl file

Base call files

*.bcl.bgzf
csv file

Sample sheet

*.csv
Output 2 channels
#1 fastq tuple
meta map

Groovy Map containing sample information e.g. [ id:'sample1' ]

${prefix}/outs/fastq_path/*.fastq.gz file

Unaligned FastQ files

${prefix}/outs/fastq_path/*.fastq.gz
#2 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