Skip to content
Snippets Groups Projects
Commit 3d3f0634 authored by Aaron's avatar Aaron
Browse files

Tweaked fjoin reporting.

parent e23d18d9
No related branches found
No related tags found
No related merge requests found
......@@ -332,8 +332,8 @@ void BedIntersect::IntersectBed() {
FlushOutputBuffer(true);
}
if (prevA!=NULL&&prevB!=NULL)
cout << prevA->chrom << " " << a->chrom << " " << a->start << " "
<< prevB->chrom << " " << b->chrom << " " << b->start << "\n";
//cout << prevA->chrom << " " << a->chrom << " " << a->start << " "
// << prevB->chrom << " " << b->chrom << " " << b->start << "\n";
if (aStatus == BED_INVALID) a->start = INT_MAX;
if (bStatus == BED_INVALID) b->start = INT_MAX;
}
......
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