Skip to content
Snippets Groups Projects
Commit 6a853e2f authored by Aaron's avatar Aaron
Browse files

complement warns to stderr.

parent 936d013e
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ void BedComplement::ComplementBed() {
for (; bItr != bEnd; ++bItr) {
if (bItr->end > currChromSize) {
cerr << "Warning: end of BED entry exceeds chromosome length. "
cerr << "Please correct." << endl;
<< "Please correct." << endl;
_bed->reportBedNewLine(*bItr);
exit(1);
}
......
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