Skip to content
Snippets Groups Projects
Commit 4151c4d2 authored by Aaron's avatar Aaron
Browse files

remove additional strand from intersect -bed -abam

parent 2483b5d5
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ namespace BamTools {
// identify which indices relate to the "other"
// (i,e. non-BED6) fields
for (size_t i = 5; i <= 11; ++i)
for (size_t i = 6; i <= 11; ++i)
bed.other_idxs.push_back(i);
}
}
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