Skip to content

Instantly share code, notes, and snippets.

@ConradStack
Created June 15, 2016 17:01
Show Gist options
  • Select an option

  • Save ConradStack/6db802689b1bf1104dbff2c1128c4def to your computer and use it in GitHub Desktop.

Select an option

Save ConradStack/6db802689b1bf1104dbff2c1128c4def to your computer and use it in GitHub Desktop.
#!/bin/bash
## Tested and worked on Mac OSX 10.11
# Download bedtools2 from github:
wget https://github.com/arq5x/bedtools2/releases/download/v2.25.0/bedtools-2.25.0.tar.gz
# unzip, navigate, and build
tar -zxvf bedtools-2.25.0.tar.gz
cd bedtools2/
make
## Add ./bin and ./scripts to PATH variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment