====== BEDOPS ======
The fast, highly scalable and easily-parallelizable genome analysis toolkit.
===== Information =====
* Version: 2.4.29
* Added: September, 2017
* Link: http://bedops.readthedocs.io/en/latest/index.html
===== Usage =====
See which versions of bedops are available:
$ module avail bedops
Load a version of bedops into your environment:
$ module load bedops/2.4.29
===== Installation ======
Notes from the sysadmin during installation:
$ cd /tmp
$ wget https://github.com/bedops/bedops/releases/download/v2.4.29/bedops_linux_x86_64-v2.4.29.tar.bz2
$ sudo mkdir -p /export/apps/bedops/2.4.29
$ sudo tar xf bedops_linux_x86_64-v2.4.29.tar.bz2 -C /export/apps/bedops/2.4.29