This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | Next revision Both sides next revision | ||
|
samtools-software [2017/12/24 14:38] aorth |
samtools-software [2018/06/01 19:31] aorth |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| samtools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format. | samtools provide various utilities for manipulating alignments in the SAM format, including sorting, merging, indexing and generating alignments in a per-position format. | ||
| - | * Latest Version: 1.6 | + | * Latest Version: 1.8 |
| * Added: February, 2015 | * Added: February, 2015 | ||
| - | * Updated: | + | * Updated: |
| * Link: http:// | * Link: http:// | ||
| Line 14: | Line 14: | ||
| Load a particular version of samtools: | Load a particular version of samtools: | ||
| - | < | + | < |
| ===== Installation ===== | ===== Installation ===== | ||
| Line 20: | Line 20: | ||
| < | < | ||
| - | $ wget https:// | + | $ wget https:// |
| - | $ tar xf samtools-1.6.tar.bz2 | + | $ tar xf samtools-1.8.tar.bz2 |
| - | $ cd samtools-1.6 | + | $ cd samtools-1.8 |
| - | $ ./configure --enable-plugins --enable-libcurl --prefix=/ | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
| - | $ make all all-htslib | + | $ make |
| - | $ sudo mkdir / | + | $ sudo mkdir / |
| - | $ sudo chown aorth / | + | $ sudo chown aorth:aorth / |
| - | $ make install | + | $ make install |
| - | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
| + | |||
| + | This links against a system-wide version of htslib/1.8. | ||