Description

Computes read coverage for genomic regions (bins) across the entire genome.

Input

name:type
description
pattern

meta{:bash}

:map

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

bams{:bash}

:file

One or more BAM files

*.{bam}

bais{:bash}

:file

Corresponding BAM file indexes

*.bam.bai

labels{:bash}

:string

User specified labels instead of default labels (file names).

meta2{:bash}

:map

Groovy Map containing blacklist metadata e.g. [ id:‘blacklist’ ]

blacklist{:bash}

:file

BED/GTF file containing regions to exclude from analysis

*.{bed,gtf}

Output

name:type
description
pattern

matrix{:bash}

meta{:bash}

:map

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

*.npz{:bash}

:file

compressed numpy array of read coverage data used by plotCorrelation and plotPCA deeptool utilities

all_bam.bamSummary.npz

versions_deeptools{:bash}

${task.process}{:bash}

:string

The name of the process

deeptools{:bash}

:string

The name of the tool

multiBamSummary --version | sed "s/multiBamSummary //g"{:bash}

:eval

The expression to obtain the version of the tool

Topics

name:type
description
pattern

versions{:bash}

${task.process}{:bash}

:string

The name of the process

deeptools{:bash}

:string

The name of the tool

multiBamSummary --version | sed "s/multiBamSummary //g"{:bash}

:eval

The expression to obtain the version of the tool

Tools

deeptools
GPL v3

A set of user-friendly tools for normalization and visualization of deep-sequencing data