Description

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

Input

name:type
description
pattern

meta

:map

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

reads

:file

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

index

:file

kb-ref index file (.idx)

*.{idx}

t2g

:file

t2g file from kallisto

*t2g.txt

t1c

:file

kb ref’s c1 cdna_t2c file

*.{cdna_t2c.txt}

t2c

:file

kb ref’s c2 intron_t2c file

*.{intron_t2c.txt}

technology

:string

String value defining the sequencing technology used.

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

workflow_mode

:string

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

{standard,lamanno,nac}

Output

name:type
description
pattern

count

meta

:map

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

*.count

:file

kb count output folder

*.{count}

versions

versions.yml

:file

File containing software versions

versions.yml

matrix

*.count/*/*.mtx

:file

file containing the count matrix

*.mtx

Tools

kb
MIT

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