2021-12-02 14:27:20 +00:00
name : cellranger_count
description : Module to use Cell Ranger's pipelines analyze sequencing data produced from Chromium Single Cell Gene Expression.
keywords :
2022-02-15 11:15:27 +00:00
- align
- count
- reference
2021-12-02 14:27:20 +00:00
tools :
2022-02-15 11:15:27 +00:00
- cellranger :
description : 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.
homepage : https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger
documentation : https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/tutorial_ov
tool_dev_url : https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/using/tutorial_ov
doi : ""
licence : 10x Genomics EULA
2021-12-02 14:27:20 +00:00
input :
2022-02-15 11:15:27 +00:00
- meta :
type : map
description : |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- reads :
type : file
description : |
List of input FastQ files of size 1 and 2 for single-end and paired-end data,
respectively.
- reference :
type : folder
description : Folder containing all the reference indices needed by Cell Ranger
2021-12-02 14:27:20 +00:00
output :
2022-02-15 11:15:27 +00:00
- outs :
type : file
description : Files containing the outputs of Cell Ranger
pattern : "sample-${meta.gem}/outs/*"
- versions :
type : file
description : File containing software version
pattern : "versions.yml"
2021-12-02 14:27:20 +00:00
authors :
- "@ggabernet"
- "@Emiller88"