]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/api/SamConstants.h
Fixed: sorting order lost during merge step of sort tool, if input BAM
[bamtools.git] / src / api / SamConstants.h
index 405668c796814fc3f911be1217d8912ea29dc1ff..4bb7ee9b0268a392dec65ca1ee8fd64965912322 100644 (file)
@@ -2,7 +2,7 @@
 // SamConstants.h (c) 2010 Derek Barnett
 // Marth Lab, Department of Biology, Boston College
 // ---------------------------------------------------------------------------
-// Last modified: 10 October 2011 (DB)
+// Last modified: 27 March 2012 (DB)
 // ---------------------------------------------------------------------------
 // Provides constants for SAM header
 // ***************************************************************************
@@ -24,6 +24,8 @@ const char SAM_STAR   = '*';
 const char SAM_TAB    = '\t';
 const std::string SAM_DIGITS = "0123456789";
 
+const std::string SAM_CURRENT_VERSION = "1.4";
+
 // HD entries
 const std::string SAM_HD_BEGIN_TOKEN    = "@HD";
 const std::string SAM_HD_VERSION_TAG    = "VN";