×

nf-core/bedtools/merge @ 0.0.0-0c7146d

combines overlapping or “book-ended” features in an interval file into a single feature which spans all of the combined features.

Latest version: 0.0.0-0c7146d
Total downloads: 1
Source: nf-core/modules

Summary

combines overlapping or “book-ended” features in an interval file into a single feature which spans all of the combined features.

Get started

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

include { BEDTOOLS_MERGE } from 'nf-core/bedtools/merge'

License

MIT License

Process
Name BEDTOOLS_MERGE
Input 1 channel
#1 tuple
meta map

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

bed file

Input BED file

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

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

*.bed file

Overlapped bed file with combined features

*.{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-0c7146d
Commit ID 135d883a43b1a2324b4112cd270cf22e20835533
Release Date 08 Apr 2026 18:26:26 (UTC)
Download URL https://registry-stage.nextflow.io/api/v1/modules/nf-core%2Fbedtools%2Fmerge/0.0.0-0c7146d/download
OCI Store URL https://public.cr.stage-seqera.io/v2/nextflow/plugin-stage/modules/nf-core/bedtools/merge/blobs/sha256:341719c58f20ad4fa63188125a93ee67af7ec6359ae6c37a48daaf565f4db967
Size 2.2 KB
Checksum sha256:341719c58f20ad4fa63188125a93ee67af7ec6359ae6c37a48daaf565f4db967
Downloads 1
Version Date Status Downloads Size Diff
0.0.0-0c7146d 08 Apr 2026 18:26:26 (UTC) 1 2.2 KB -