bedtools

A swiss-army knife of tools for genomic-analysis tasks. Used to intersect, group, convert and count data in BAM, BED, GFF/GTF, VCF format. More information: <https://bedtools.readthedocs.io>.

Debian Debian
RUN apt-get update && \ apt-get install -y BEDTools
Ubuntu
RUN apt-get update && \ apt-get install -y BEDTools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y BEDTools
Fedora
RUN dnf install -y BEDTools
Raspbian
RUN apt-get update && \ apt-get install -y BEDTools
click the source code to copy install bedtools on any operating system with command-not-found.com