×

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

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

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

Updating the docker container and making a new module release

Bcl2fastq2 and Cell Ranger ATAC 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 ATAC 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 ATAC: download the tar ball of the desired Cell Ranger ATAC 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 versions in this line:

    ENV BCL2FASTQ2_VER=<VERSION> \
        CELLRANGERATAC_VER=<VERSION>
    
  3. Create and test the container:

    docker build . -t quay.io/nf-core/cellranger-atac-mkfastq:<CELLRANGERATAC_VERSION>
    
  4. 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-atac-mkfastq:<CELLRANGERATAC_VERSION>
    
Process
Name CELLRANGERATAC_MKFASTQ
Input 2 channels
bcl file

Base call files

*.bcl.bgzf
csv file

Sample sheet

*.csv
Output 2 channels
#1 fastq
${bcl.getSimpleName()}/outs/fastq_path/*.fastq.gz file

Unaligned FastQ files

*.fastq.gz
#2 versions_cellrangeratac tuple
${task.process} string

The name of the process

cellrangeratac string

The name of the tool

cellranger-atac --version | sed 's/.*cellranger-atac-//' eval

The expression to obtain the version of the tool

Tool Description Homepage
cellranger-atac Cell Ranger ATAC 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-atac/software/pipelines/latest/what-is-cell-ranger-atac
Version 0.0.0-3fc6d40
Commit ID 3fc6d40d163d89ae44d40a00b9017d5a9df5170e
Release Date 22 Apr 2026 15:05:37 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fcellrangeratac%2Fmkfastq/0.0.0-3fc6d40/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/cellrangeratac/mkfastq/blobs/sha256:5f9292c59d91bd14f4ae44808500955d730e7440d16b17dbc40b22eea478e60b
Size 3.6 KB
Checksum sha256:5f9292c59d91bd14f4ae44808500955d730e7440d16b17dbc40b22eea478e60b
Downloads 3
Version Date Status Downloads Size
0.0.0-3fc6d40 22 Apr 2026 15:05:37 (UTC) 3 3.6 KB
0.0.0-0c7146d 08 Apr 2026 18:51:09 (UTC) 3 3.6 KB