SAM: Difference between revisions
From Genome Analysis Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
The '''SAM Format''' is a text format for storing aligned reads. | The '''SAM Format''' is a text format for storing aligned reads in a series of tab delimited ASCII columns. Most often it is generated as a human readable projection of its sister [[BAM]] format, which can store data in a compact, indexed, binary representation. | ||
The current definition of the format is at [[http://samtools.sourceforge.net/SAM1.pdf BAM/SAM Specification]]. | The current definition of the format is at [[http://samtools.sourceforge.net/SAM1.pdf BAM/SAM Specification]]. | ||
Revision as of 00:50, 1 June 2010
The SAM Format is a text format for storing aligned reads in a series of tab delimited ASCII columns. Most often it is generated as a human readable projection of its sister BAM format, which can store data in a compact, indexed, binary representation.
The current definition of the format is at [BAM/SAM Specification].