Description

Module to build a filtered gtf needed by the 10x Genomics Cell Ranger Arc tool. Uses the cellranger-arc mkgtf command.

Input

name:type
description
pattern

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

gtf

:file

The reference GTF transcriptome file

*.gtf

Output

name:type
description
pattern

gtf

meta

:map

Groovy Map containing sample information e.g. [ id:‘test’, single_end:false ]

${prefix}.gtf

:directory

The filtered GTF transcriptome file

${prefix}.gtf

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.