Description

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

Input

name:type
description
pattern

meta

:map

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

bcl

:file

Base call files

*.bcl.bgzf

csv

:file

Sample sheet

*.csv

Output

name:type
description
pattern

fastq

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

versions_cellrangerarc

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

Topics

name:type
description
pattern

versions

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

Tools

cellrangerarc
10x Genomics EULA

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.