Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Check for available versions of bedtools:

Code Block
languagebash
$ module avail bedtools

We recommend using the latest version.

Always load a module for specific version. Example: 

...

Code Block
languagebash
$ module load bedtools/2.28.0

This will add the directory containing the binaries to your PATH. For more details on using modules see modules help guide.