Description

quantifies scRNA-seq data from fastq files using kb-python.

Input

name:type
description
pattern

meta{:bash}

:map

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

reads{:bash}

:file

List of input FastQ files of size 1 and 2 for single-end and paired-end data, respectively.

index{:bash}

:file

kb-ref index file (.idx)

*.{idx}

t2g{:bash}

:file

t2g file from kallisto

*t2g.txt

t1c{:bash}

:file

kb ref’s c1 cdna_t2c file

*.{cdna_t2c.txt}

t2c{:bash}

:file

kb ref’s c2 intron_t2c file

*.{intron_t2c.txt}

technology{:bash}

:string

String value defining the sequencing technology used.

{10XV1,10XV2,10XV3,CELSEQ,CELSEQ2,DROPSEQ,INDROPSV1,INDROPSV2,INDROPSV3,SCRUBSEQ,SURECELL,SMARTSEQ}

workflow_mode{:bash}

:string

String value defining workflow to use, can be one of “standard”, “nac”, “lamanno” (obsolete)

{standard,lamanno,nac}

Output

name:type
description
pattern

count{:bash}

meta{:bash}

:map

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

*.count{:bash}

:file

kb count output folder

*.{count}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

matrix{:bash}

*.count/*/*.mtx{:bash}

:file

file containing the count matrix

*.mtx

Tools

kb
MIT

kallisto and bustools are wrapped in an easy-to-use program called kb