bamtools-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| bamtools-software [2016/02/17 05:59] – created joguya | bamtools-software [2017/12/26 09:51] (current) – aorth | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Information ===== | ===== Information ===== | ||
| - | * Version: 2.4.0 | + | * Version: 2.5.1 |
| * Added: February, 2016 | * Added: February, 2016 | ||
| + | * Updated: December, 2017 | ||
| * Link: https:// | * Link: https:// | ||
| Line 14: | Line 15: | ||
| </ | </ | ||
| - | Load bamtools | + | Load one version into your environment and run it: |
| - | < | + | < |
| + | $ bamtools</ | ||
| ===== Installation ====== | ===== Installation ====== | ||
| Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
| - | < | + | < |
| - | $ cd /tmp | + | $ wget https:// |
| - | $ wget https:// | + | $ unzip v2.5.1.zip |
| - | $ tar -xvf v2.4.0.tar.gz | + | $ cd bamtools-2.5.1 |
| - | $ cd bamtools-2.4.0/ | + | |
| $ mkdir build | $ mkdir build | ||
| $ cd build | $ cd build | ||
| - | $ cmake .. | + | $ sudo yum install cmake3 |
| - | $ make | + | $ sudo mkdir -p / |
| - | $ rm -rf build | + | $ sudo chown aorth / |
| - | $ sudo mkdir -p / | + | $ cmake3 -DCMAKE_INSTALL_PREFIX=/export/ |
| - | $ sudo cp -r . / | + | $ make install |
| - | </ | + | $ sudo chown -R root:root / |
bamtools-software.1455688756.txt.gz · Last modified: by joguya
