bedtools
A set of genome arithmetic tools
bedtools requires an environment module
In order to use bedtools, you must first load the appropriate environment module:
module load gnu
The bedtools suite is a swiss-army knife of tools for a wide-range of genomics analysis tasks. Many of these tools perform genome arithmetic and set theoretic analyses on genomes.
Using bedtools on the HPC#
Connect to the HPC and run the following commands to create a folder and download a set of example files into it:
For a complete tutorial, follow the available online Example.
Further information about bedtools can be found at the Bedtools documentation site.