mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-15 14:13:09 +00:00
d5183a7fec
* add cellranger mkref module * add cellranger mkref tests * update test yml chksum * fix module linting * fix test yml * fix getprocessname * fix versions typo * fix cellranger test.yml * fix versions.yml * test versions.yml * fix grep version * fix cellranger version * add dockerfile and readme * review container statement * Update modules/cellranger/mkref/meta.yml Co-authored-by: Gregor Sturm <mail@gregor-sturm.de> * add disclaimers * change location dockerfile Co-authored-by: Gregor Sturm <mail@gregor-sturm.de>
39 lines
1.4 KiB
YAML
39 lines
1.4 KiB
YAML
name: cellranger_mkref
|
|
description: Module to build the reference needed by the 10x Genomics Cell Ranger tool. Uses the cellranger mkref command.
|
|
keywords:
|
|
- reference
|
|
- mkref
|
|
- index
|
|
tools:
|
|
- 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
|
|
|
|
input:
|
|
- fasta:
|
|
type: file
|
|
description: fasta genome file
|
|
pattern: "*.{fasta,fa}"
|
|
- gtf:
|
|
type: file
|
|
description: gtf transcriptome file
|
|
pattern: "*.gtf"
|
|
- reference_name:
|
|
type: val
|
|
description: name to give the reference folder
|
|
pattern: str
|
|
|
|
output:
|
|
- versions:
|
|
type: file
|
|
description: File containing software version
|
|
pattern: "versions.yml"
|
|
- reference:
|
|
type: folder
|
|
description: Folder containing all the reference indices needed by Cell Ranger
|
|
authors:
|
|
- "@ggabernet"
|