]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/toolkit/bamtools_resolve.h
Added new ResolveTool - for paired-end resolution. Similar to functionality provided...
[bamtools.git] / src / toolkit / bamtools_resolve.h
index 96bd162053c164184ab7e03cac1a1bac63314953..20308d3ba239a2b04f646dc96fc3c7724f1e719f 100644 (file)
@@ -3,9 +3,10 @@
 // Marth Lab, Department of Biology, Boston College
 // All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 7 April 2011
+// Last modified: 19 April 2011
 // ---------------------------------------------------------------------------
-// Resolves paired-end reads (marking the IsProperPair flag as needed)
+// Resolves paired-end reads (marking the IsProperPair flag as needed) in a
+// BAM file.
 // ***************************************************************************
 
 #ifndef BAMTOOLS_RESOLVE_H