]> git.donarmstrong.com Git - bamtools.git/blobdiff - src/toolkit/bamtools_split.h
Minor cleanup
[bamtools.git] / src / toolkit / bamtools_split.h
index dd825f17630fc87c091fb640915815d69ef3cfe7..a294f4f6615e5e4921aea7607a2661168bc4ab9a 100644 (file)
@@ -1,11 +1,11 @@
 // ***************************************************************************
 // bamtools_split.h (c) 2010 Derek Barnett, Erik Garrison
 // Marth Lab, Department of Biology, Boston College
-// All rights reserved.
 // ---------------------------------------------------------------------------
-// Last modified: 18 September 2010 (DB)
+// Last modified: 7 April 2011 (DB)
 // ---------------------------------------------------------------------------
-// 
+// Splits a BAM file on user-specified property, creating a new BAM output
+// file for each value found
 // ***************************************************************************
 
 #ifndef BAMTOOLS_SPLIT_H
@@ -35,4 +35,4 @@ class SplitTool : public AbstractTool {
   
 } // namespace BamTools
 
-#endif // BAMTOOLS_SPLIT_H
\ No newline at end of file
+#endif // BAMTOOLS_SPLIT_H