Description

Combines multiple BedGraph files into a single file

Input

name:type
description
pattern

meta{:bash}

:map

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

bedgraph{:bash}

:file

Input BedGraph file: four column BED format, with 4th column with numerical values: integer or real, positive or negative

*.{bedGraph,bedgraph}

meta2{:bash}

:map

Groovy Map containing meta information for the reference chromosome sizes e.g. [ id:‘test’ ]

chrom_sizes{:bash}

:file

Chromosome sizes file

*{.sizes,.txt}

Output

name:type
description
pattern

bed{:bash}

meta{:bash}

:map

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

*.bed{:bash}

:file

Combined BED file with values from all bedGraph files

*.{bed}

versions{:bash}

versions.yml{:bash}

:file

File containing software versions

versions.yml

Tools

bedtools
MIT

A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types.