]> git.donarmstrong.com Git - bamtools.git/blobdiff - BamReader.h
Modified BamWriter::Open() to return bool on success/fail - was silent before, so...
[bamtools.git] / BamReader.h
index 33ee9b4d342b466017f47745361e4cd9630b64a5..c93987b1a41bfbe41b7f0a10bd9d826a3514e681 100644 (file)
@@ -3,7 +3,7 @@
 // Marth Lab, Department of Biology, Boston College\r
 // All rights reserved.\r
 // ---------------------------------------------------------------------------\r
-// Last modified: 22 June 2010 (DB)\r
+// Last modified: 9 July 2010 (DB)\r
 // ---------------------------------------------------------------------------\r
 // Uses BGZF routines were adapted from the bgzf.c code developed at the Broad\r
 // Institute.\r
@@ -60,7 +60,7 @@ class BamReader {
         bool GetNextAlignment(BamAlignment& bAlignment);\r
         \r
         // retrieves next available alignment core data (returns success/fail)\r
-        // ** DOES NOT parse any character data (bases, qualities, tag data)\r
+        // ** DOES NOT parse any character data (read name, bases, qualities, tag data)\r
         //    these can be accessed, if necessary, from the supportData \r
         // useful for operations requiring ONLY positional or other alignment-related information\r
         bool GetNextAlignmentCore(BamAlignment& bAlignment);\r