SAMtools
Sign in to saveSAMtools is a set of utilities for interacting with and post-processing short DNA sequence read alignments in the SAM (Sequence Alignment/Map), BAM (Binary Alignment/Map) and CRAM formats, written by Heng Li. These files are generated as output by short read aligners like BWA. Both simple and advanced tools are provided, supporting complex tasks like variant calling and alignment viewing as well as sorting, indexing, data extraction and format conversion. SAM files can be very large (tens of Gigabytes is common), so compression is used to save space. SAM files are human-readable text files, an
Source code
See INSTALL for complete details. [Release tarballs][download] contain generated files that have not been committed to this repository, so building the code from a Git repository requires extra steps: If you have found a bug or would like a new feature, please report the same in the GitHub SAMtools issue tracker. For any security related issue, please send a mail to [email protected] instead of reporting in the GitHub issue tracker.
Excerpt from the source-code README · 4,053 chars · not written by Vinony
Wikidata facts
- Instance of
- free software
- Official website
- htslib.org
- Has use
- bioinformatics
Show 8 more facts
- readable file format
- Variant Call Format
- writable file format
- Sequence Alignment/Map
- inception
- 2009-00-00
- operating system
- Unix-like operating system
- source code repository URL
- github.com/samtools/samtools
- software version identifier
- 1.23.1
- programmed in
- Q15777
- publication date
- 2009-00-00
via Wikidata · CC0
Article · 日本語
SAMtoolsは、DNAシークエンシングのショートリードシーケンスアラインメント後の処理に用いられるソフトウェアで、扱えるファイル形式はとBAMフォーマットである。によって開発された。SAM/BAM形式のファイルはBWA等のショートリードアライナーから出力される。主な機能としては、多型の検出やアライメントの表示、インデクシング、データ抽出、ファイル形式の変換などがある。一般的にSAM形式のファイルは非常に巨大(数十ギガバイト)になることが多いので、このソフトウェアを利用してBAM形式のファイルに変換してから解析に利用することになる。BAMファイルはSAMファイルの圧縮版と考えて良い。SAMtoolsはBAMファイルを圧縮したままの状態で直接扱うことができるので、毎回ファイルを展開する必要はない。また、SAM/BAM形式のファイルは複雑な構造をしておりファイル内には塩基配列やそのクオリティ情報、リファレンスゲノムの情報、アライメント、ユーザー定義情報などが含まれているが、SAMtoolsを使えばこれらの形式に関する詳細な知識がなくても簡単な操作で扱うことができる。
Abstract from DBpedia / Wikipedia · CC BY-SA