Difference between revisions of "SAMtools"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == Samtools is a suite of programs for interacting with high-throughput sequencing data. It consists of three separate repositories: * '''Samtools''' - Readi...")
 
Line 10: Line 10:
== Installed Version ==
== Installed Version ==


The currently installed version is .
The currently installed version is 1.3.1.


== Documentation ==
== Documentation ==


The full documentation can be found [ here].
The full documentation can be found [ here].

Revision as of 09:19, 4 January 2017

Introduction

Samtools is a suite of programs for interacting with high-throughput sequencing data. It consists of three separate repositories:

  • Samtools - Reading/writing/editing/indexing/viewing SAM/BAM/CRAM format
  • BCFtools - Reading/writing BCF2/VCF/gVCF files and calling/filtering/summarising SNP and short indel sequence variants
  • HTSlib - A C library for reading/writing high-throughput sequencing data

Samtools and BCFtools both use HTSlib internally, but these source packages contain their own copies of htslib so they can be built independently.

Installed Version

The currently installed version is 1.3.1.

Documentation

The full documentation can be found [ here].