samtools-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
samtools-software [2015/06/09 16:41] – aorth | samtools-software [2025/03/03 07:12] (current) – 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. | ||
- | * Version: 1.2 | + | * Latest |
* Added: February, 2015 | * Added: February, 2015 | ||
- | * Link: http:// | + | |
+ | | ||
===== Usage ===== | ===== Usage ===== | ||
- | Show all available versions of samtools: | ||
+ | Show all available versions: | ||
< | < | ||
- | Load a particular | + | Load one version |
- | + | < | |
- | < | + | $ samtools</ |
===== Installation ===== | ===== Installation ===== | ||
Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
- | < | + | < |
- | $ git clone git@github.com:samtools/ | + | $ wget https://github.com/samtools/ |
- | $ cd samtools | + | $ tar xf samtools-1.17.tar.bz2 |
- | $ git checkout | + | $ cd samtools-1.17 |
- | $ sudo mkdir -p / | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
- | $ sudo chown joguya: | + | |
$ make | $ make | ||
- | $ make prefix=/ | + | $ sudo mkdir -p / |
- | $ sudo chown -R root:root / | + | $ sudo chown aorth /export/ |
+ | $ make install | ||
+ | $ sudo chown -R root:root / | ||
+ | |||
+ | Note: this links against htslib/ |
samtools-software.1433868095.txt.gz · Last modified: 2015/06/09 16:41 by aorth