Skip to content
Snippets Groups Projects
Commit 9dda8b7f authored by Aaron's avatar Aaron
Browse files

Comment fix.

parent 5c3d96db
No related branches found
No related tags found
No related merge requests found
...@@ -123,7 +123,7 @@ void TagBam::Tag() { ...@@ -123,7 +123,7 @@ void TagBam::Tag() {
if (hits.size() > 0) annotations << ";"; if (hits.size() > 0) annotations << ";";
hits.clear(); 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) { else if (!_useNames && !_useScores && _useIntervals) {
anno->FindOverlapsPerBin(a.chrom, a.start, a.end, a.strand, hits, _sameStrand, _diffStrand); anno->FindOverlapsPerBin(a.chrom, a.start, a.end, a.strand, hits, _sameStrand, _diffStrand);
for (size_t j = 0; j < hits.size(); ++j) { for (size_t j = 0; j < hits.size(); ++j) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment