×

nf-core/bedtools/unionbedg @ 0.0.0-6c4ed3a

Combines multiple BedGraph files into a single file

Latest version: 0.0.0-6c4ed3a
Total downloads: 11
Source: nf-core/modules
Authors: @ekushele
Maintainers: @ekushele

Summary

Combines multiple BedGraph files into a single file

Get started

Add the following snippet to your workflow script to include this module.

include { BEDTOOLS_UNIONBEDG } from 'nf-core/bedtools/unionbedg'

License

MIT License

Process
Name BEDTOOLS_UNIONBEDG
Input 2 channels
#1 tuple
meta map

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

bedgraph file

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

*.{bedGraph,bedgraph}
#2 tuple
meta2 map

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

chrom_sizes file

Chromosome sizes file

*{.sizes,.txt}
Output 2 channels
#1 bed tuple
meta map

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

*.bed file

Combined BED file with values from all bedGraph files

*.{bed}
#2 versions_bedtools tuple
${task.process} string

The name of the process

bedtools string

The name of the tool

bedtools --version | sed -e 's/bedtools v//g' eval

The expression to obtain the version of the tool

Tool Description Homepage
bedtools A set of tools for genomic analysis tasks, specifically enabling genome arithmetic (merge, count, complement) on various file types. n/a
Version 0.0.0-6c4ed3a
Commit ID 6c4ed3a220310b905a1fc9d04f05be2e0837142b
Release Date 23 Apr 2026 15:05:57 (UTC)
Download URL https://registry.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Funionbedg/0.0.0-6c4ed3a/download
OCI Store URL https://public.cr.seqera.io/v2/nextflow/plugin/modules/nf-core/bedtools/unionbedg/blobs/sha256:a4ec47ae478a535df7183d40e09bab9bb58cc538d826a87e539599e279741230
Size 2.6 KB
Checksum sha256:a4ec47ae478a535df7183d40e09bab9bb58cc538d826a87e539599e279741230
Downloads 3
Version Date Status Downloads Size
0.0.0-6c4ed3a 23 Apr 2026 15:05:57 (UTC) 3 2.6 KB
0.0.0-3fc6d40 22 Apr 2026 15:04:02 (UTC) 4 2.6 KB
0.0.0-0c7146d 08 Apr 2026 18:47:26 (UTC) 4 2.6 KB