Skip to content
Snippets Groups Projects
Commit 7b42b3bf authored by Aaron's avatar Aaron
Browse files

Merge branch 'master' of github.com:arq5x/bedtools

parents 15368736 ab2354e5
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ void TagBam::Tag() {
else if (_useNames && !_useScores && !_useIntervals) {
anno->allHits(a.chrom, a.start, a.end, a.strand,
hits, _sameStrand, _diffStrand, 0.0, false);
for (size_t j = 0; j < hits.size(); ++i) {
for (size_t j = 0; j < hits.size(); ++j) {
annotations << hits[j].name;
if (j < hits.size() - 1) annotations << ",";
}
......
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