From 9dda8b7f960bf6ddee6e8802d0117e221f94795a Mon Sep 17 00:00:00 2001 From: Aaron <aaronquinlan@gmail.com> Date: Thu, 8 Dec 2011 15:36:45 -0500 Subject: [PATCH] Comment fix. --- src/tagBam/tagBam.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tagBam/tagBam.cpp b/src/tagBam/tagBam.cpp index d7474e04..02e8e4fd 100644 --- a/src/tagBam/tagBam.cpp +++ b/src/tagBam/tagBam.cpp @@ -123,7 +123,7 @@ void TagBam::Tag() { if (hits.size() > 0) annotations << ";"; hits.clear(); } - // use the name field from the annotation files to populate tag + // use the full interval information annotation files to populate tag else if (!_useNames && !_useScores && _useIntervals) { anno->FindOverlapsPerBin(a.chrom, a.start, a.end, a.strand, hits, _sameStrand, _diffStrand); for (size_t j = 0; j < hits.size(); ++j) { -- GitLab