samtools-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
samtools-software [2021/09/05 10:32] – 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. | ||
- | * Latest Version: 1.13 | + | * Latest Version: 1.17 |
* Added: February, 2015 | * Added: February, 2015 | ||
- | * Updated: | + | * Updated: |
* Link: http:// | * Link: http:// | ||
===== Usage ===== | ===== Usage ===== | ||
- | Show all available versions of samtools: | ||
+ | Show all available versions: | ||
< | < | ||
- | Load a particular | + | Load one version into your environment and run it: |
- | + | < | |
- | < | + | |
$ samtools</ | $ samtools</ | ||
Line 21: | Line 20: | ||
< | < | ||
- | $ wget https:// | + | $ wget https:// |
- | $ tar xf samtools-1.13.tar.bz2 | + | $ tar xf samtools-1.17.tar.bz2 |
- | $ cd samtools-1.13 | + | $ cd samtools-1.17 |
- | # install a newer compiler from Red Hat software collections | + | $ ./configure --enable-plugins --enable-libcurl --prefix=/ |
- | $ sudo yum install devtoolset-7-gcc devtoolset-7-gcc-gfortran devtoolset-7-libquadmath-devel devtoolset-7-gcc-c++ | + | |
- | $ scl enable devtoolset-7 bash | + | |
- | $ ./configure --enable-plugins --enable-libcurl --prefix=/ | + | |
$ make | $ make | ||
- | $ sudo mkdir -p / | + | $ sudo mkdir -p / |
- | $ sudo chown aorth / | + | $ sudo chown aorth / |
$ make install | $ make install | ||
- | $ sudo chown -R root:root / | + | $ sudo chown -R root:root / |
- | This links against htslib/1.13, which is installed as a module. | + | Note: this links against htslib/1.17, which is installed as a module. As of 1.17 this was compiled on CentOS 8 Stream. |
samtools-software.1630837920.txt.gz · Last modified: 2021/09/05 10:32 by aorth