Description

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

Input

name:type
description
pattern

bcl

:file

Base call files

*.bcl.bgzf

csv

:file

Sample sheet

*.csv

Output

name:type
description
pattern

fastq

${bcl.getSimpleName()}/outs/fastq_path/*.fastq.gz

:file

Unaligned FastQ files

*.fastq.gz

versions_cellrangeratac

${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

Topics

name:type
description
pattern

versions

${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

Tools

cellranger-atac
10x Genomics EULA

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.