Bedtools

Bedtools is a fast, flexible toolset for genome arithmetic [1].

Module

List the versions available as modules:

module spider bedtools

Output:

--------------------------

  bedtools: bedtools/2.27.1

--------------------------

...

See how to load the version you need:

module spider bedtools/<version>

Load any required modules that are reported by the spider command, and then load the bedtools module:

module load bedtools/<version>

Usage

The bedtools command will print usage information when the --help flag is specified:

bedtools --help

References