Changes

From Genome Analysis Wiki
Jump to navigationJump to search
7 bytes added ,  09:10, 7 September 2011
Update link to the library
Line 7: Line 7:  
BAM and SAM formats are designed to contain exactly the same information.  The SAM format is more human readable, and easier to process by conventional text based processing programs, such as awk, sed, python, cut and so on.  The BAM format provides binary versions of most of the same data, and is designed to compress reasonably well.
 
BAM and SAM formats are designed to contain exactly the same information.  The SAM format is more human readable, and easier to process by conventional text based processing programs, such as awk, sed, python, cut and so on.  The BAM format provides binary versions of most of the same data, and is designed to compress reasonably well.
   −
Our [[C++ Library: libbam|BamFile]] library reads both SAM and BAM format files.
+
Our [[C++ Library: libStatGen|libStatGen]] library reads both SAM and BAM format files.

Navigation menu