Description

Make the output from umi_tools dedup or group compatible with RSEM

Input

name:type
description
pattern

meta

:map

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

bam

:file

BAM file containing reads to be deduplicated via UMIs.

*.{bam}

bai

:file

BAM index files corresponding to the input BAM file.

*.{bai}

Output

name:type
description
pattern

bam

meta

:map

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

*.bam

:file

Prepared BAM file.

*.{bam}

log

meta

:map

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

*.log

:file

File with logging information

*.{log}

versions_umitools

${task.process}

:string

The name of the process

umitools

:string

The name of the tool

umi_tools --version | sed 's/UMI-tools version: //'

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions

${task.process}

:string

The name of the process

umitools

:string

The name of the tool

umi_tools --version | sed 's/UMI-tools version: //'

:eval

The expression to obtain the version of the tool

Tools

umi_tools

UMI-tools contains tools for dealing with Unique Molecular Identifiers (UMIs)/Random Molecular Tags (RMTs) and single cell RNA-Seq cell barcodes