samtools-software
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| samtools-software [2015/02/12 11:22] – created joguya | samtools-software [2025/03/03 07:12] (current) – aorth | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== samtools ====== | ====== samtools ====== | ||
| - | * 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. |
| - | ==== v1.2 ==== | + | |
| - | | + | |
| * Added: February, 2015 | * Added: February, 2015 | ||
| - | * Link: http://samtools.sourceforge.net/ | + | |
| + | | ||
| - | === Usage === | + | ===== Usage ===== |
| - | * Show all available versions of samtools< | + | |
| - | * Load samtools module: < | + | |
| - | === Installation === | + | Show all available versions: |
| - | * clone samtools repo & compile it< | + | < |
| - | git clone git@github.com: | + | |
| - | cd samtools | + | |
| - | git checkout 1.2 | + | |
| - | sudo mkdir -p / | + | |
| - | sudo chown joguya: | + | |
| - | make | + | |
| - | make prefix=/ | + | |
| - | sudo chown -R root:root / | + | |
| - | * samtools module file< | + | |
| - | ##################################################################### | + | |
| - | ## | + | |
| - | ## samtools Modulefile | + | |
| - | ## by James Oguya < | + | |
| - | ## February, 2015 | + | |
| - | ## | + | |
| - | set appname | + | Load one version |
| - | set version | + | < |
| - | set prefix | + | $ samtools< |
| - | set exec_prefix | + | |
| - | set datarootdir | + | |
| - | set url " | + | |
| - | set msg "This module adds samtools v$version to various paths\n\nsamtools Official Site: $url\n" | + | |
| - | proc ModulesHelp { } { | + | ===== Installation ===== |
| - | puts stderr " | + | Notes from the sysadmin during installation: |
| - | } | + | |
| - | module-whatis | + | < |
| - | + | $ wget https:// | |
| - | conflict | + | $ tar xf samtools-1.17.tar.bz2 |
| - | + | $ cd samtools-1.17 | |
| - | prepend-path PATH | + | $ ./configure |
| - | prepend-path MANPATH | + | $ make |
| - | </ | + | $ sudo mkdir -p / |
| - | + | $ sudo chown aorth / | |
| - | * deploy the new module using ansible< | + | $ make install |
| + | $ sudo chown -R root:root / | ||
| + | Note: this links against htslib/ | ||
samtools-software.1423740141.txt.gz · Last modified: by joguya
