User Tools

Site Tools


samtools-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
samtools-software [2025/03/03 07:12] aorthsamtools-software [2025/12/05 07:16] (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.17+  * Latest Version: 1.22.1
   * Added: February, 2015   * Added: February, 2015
-  * Updated: March, 2025+  * Updated: December, 2025
   * Link: http://www.htslib.org   * Link: http://www.htslib.org
  
Line 13: Line 13:
  
 Load one version into your environment and run it: Load one version into your environment and run it:
-<code>$ module load samtools/1.17+<code>$ module load samtools/1.22.1
 $ samtools</code> $ samtools</code>
  
Line 20: Line 20:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget https://github.com/samtools/samtools/releases/download/1.17/samtools-1.17.tar.bz2 +$ wget https://github.com/samtools/samtools/releases/download/1.22.1/samtools-1.22.1.tar.bz2 
-$ tar xf samtools-1.17.tar.bz2 +$ tar xf samtools-1.22.1.tar.bz2 
-$ cd samtools-1.17 +$ cd samtools-1.22.1 
-$ ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/samtools/1.17 --with-htslib=/export/apps/htslib/1.17+$ ./configure --enable-plugins --enable-libcurl --prefix=/export/apps/samtools/1.22.1 --with-htslib=/export/apps/htslib/1.22.1
 $ make $ make
-$ sudo mkdir -p /export/apps/samtools/1.17 +$ sudo mkdir -p /export/apps/samtools/1.22.1 
-$ sudo chown aorth /export/apps/samtools/1.17+$ sudo chown aorth /export/apps/samtools/1.22.1
 $ make install $ make install
-$ sudo chown -R root:root /export/apps/samtools/1.17</code>+$ sudo chown -R root:root /export/apps/samtools/1.22.1</code>
  
-Note: this links against htslib/1.17, which is installed as a module. As of 1.17 this was compiled on CentOS Stream.+Note: this links against htslib/1.22.1, which is installed as a module. As of 1.22.1 this was compiled on CentOS Stream.
samtools-software.1740985941.txt.gz · Last modified: by aorth