This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision Next revision Both sides next revision | ||
bcftools-software [2017/02/05 11:42] joguya [Installation] |
bcftools-software [2018/06/01 19:17] aorth |
||
---|---|---|---|
Line 4: | Line 4: | ||
===== Information ===== | ===== Information ===== | ||
- | * Latest Version: 1.3.1 | + | * Latest Version: 1.8 |
* Added: September, 2015 | * Added: September, 2015 | ||
- | * Updated: | + | * Updated: |
* Link: https:// | * Link: https:// | ||
===== Usage ===== | ===== Usage ===== | ||
- | === See versions of bcftools which are available | + | See versions of bcftools which are available: |
< | < | ||
+ | |||
+ | Load one version into your environment: | ||
+ | < | ||
===== Installation ====== | ===== Installation ====== | ||
Line 18: | Line 21: | ||
< | < | ||
- | $ wget -qO- https:// | + | $ wget https:// |
- | $ cd bcftools-1.3.1 | + | $ tar xf bcftools-1.8.tar.bz2 |
- | $ scl enable devtoolset-3 bash | + | $ cd bcftools-1.8 |
- | $ sudo mkdir / | + | $ ./configure --prefix=/ |
- | $ HTSDIR=/ | + | $ make |
- | $ make prefix=/ | + | $ sudo mkdir / |
- | $ sudo chown -R root:root / | + | $ sudo chown -R aorth:aorth / |
- | </ | + | $ make install |
+ | $ sudo chown -R root:root / | ||
+ | |||
+ | This links bcftools against a system-wide installation of htslib/1.8. |