Description

Module to build the reference needed by the 10x Genomics Cell Ranger tool. Uses the cellranger mkref command.

Input

name:type
description
pattern

fasta

:file

Reference genome FASTA file

*.{fasta,fa}

gtf

:file

Reference transcriptome GTF file

*.gtf

reference_name

:string

The name to give the new reference folder

str

Output

name:type
description
pattern

reference

${reference_name}

:directory

Folder containing all the reference indices needed by Cell Ranger

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.