This shows you the differences between two versions of the page.
| Next revision | Previous revision Last revision Both sides next revision | ||
|
bedtools-software [2016/06/22 06:36] joguya created |
bedtools-software [2019/09/29 18:21] aorth |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: | + | * Version: |
| * Added: January, 2013 | * Added: January, 2013 | ||
| - | * Updated: | + | * Updated: |
| * Link: https:// | * Link: https:// | ||
| Line 15: | Line 15: | ||
| < | < | ||
| - | Load bedtools | + | Load one version into your environment and run it: |
| - | < | + | < |
| + | $ bedtools</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Line 22: | Line 23: | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ cd /tmp/ | + | $ wget https:// |
| - | $ wget https:// | + | $ cd bedtools2 |
| - | $ tar -xvf bedtools-2.25.0.tar.gz | + | $ scl enable devtoolset-7 bash |
| - | $ scl enable devtoolset-2 bash | + | |
| - | $ sudo mkdir / | + | |
| - | $ sudo chown -R joguya: | + | |
| - | $ sed -i ' | + | |
| $ make | $ make | ||
| - | $ make install | + | $ sudo mkdir -p / |
| - | $ sudo chown -R root:root / | + | $ sudo chown aorth / |
| - | </ | + | $ sudo mkdir -p / |
| + | $ make install | ||
| + | $ sudo chown -R root:root / | ||