X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=src%2Ftoolkit%2Fbamtools_split.h;h=3cb85ddb60d6b0b9649bd02704b3fe479f852767;hb=8c80d760637f8df39262683cd2570f0589423d36;hp=dd825f17630fc87c091fb640915815d69ef3cfe7;hpb=577b6032aa3d85616047c8aba6061dd8dad20cfc;p=bamtools.git diff --git a/src/toolkit/bamtools_split.h b/src/toolkit/bamtools_split.h index dd825f1..3cb85dd 100644 --- a/src/toolkit/bamtools_split.h +++ b/src/toolkit/bamtools_split.h @@ -3,9 +3,10 @@ // Marth Lab, Department of Biology, Boston College // All rights reserved. // --------------------------------------------------------------------------- -// Last modified: 18 September 2010 (DB) +// Last modified: 21 March 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 +36,4 @@ class SplitTool : public AbstractTool { } // namespace BamTools -#endif // BAMTOOLS_SPLIT_H \ No newline at end of file +#endif // BAMTOOLS_SPLIT_H