Sequence Alignment/Map (SAM) format is a well-known bioinformatics format designed to store information about reads mapping against large reference sequence. The SAM file is split into two sections: a header section and an alignment section. The header section starts with ‘@’ and it contains information such as the name and length of the reference sequence. […]
Read MoreJava CIGAR Parser for SAM format
- November 16, 2015
- 1 Comment