Description

Module to build a filtered GTF needed by the 10x Genomics Cell Ranger tool. Uses the cellranger mkgtf command.

Input

name:type
description
pattern

gtf

:file

The reference GTF transcriptome file

*.gtf

Output

name:type
description
pattern

gtf

*.gtf

:directory

The filtered GTF transcriptome file

*.filtered.gtf

versions_cellranger

${task.process}

:string

The name of the process

cellranger

:string

The name of the tool

cellranger --version | sed "s/.*-//"

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

cellranger

:string

The name of the tool

cellranger --version | sed "s/.*-//"

:eval

The expression to obtain the version of the tool

Tools

cellranger
10X Genomics EULA

Cell Ranger 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.