projects
/
bamtools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62b1c71
)
Removed debug output statement that slipped into last commit.
author
Derek
<derekwbarnett@gmail.com>
Fri, 10 Sep 2010 03:45:21 +0000
(23:45 -0400)
committer
Derek
<derekwbarnett@gmail.com>
Fri, 10 Sep 2010 03:45:21 +0000
(23:45 -0400)
src/api/BamIndex.cpp
patch
|
blob
|
history
diff --git
a/src/api/BamIndex.cpp
b/src/api/BamIndex.cpp
index 71b8da467835e0649d23152ea0eecc0799c6d5a3..ab03d44bfc1bf26489ea8616f0a3eb1814c8a06f 100644
(file)
--- a/
src/api/BamIndex.cpp
+++ b/
src/api/BamIndex.cpp
@@
-394,8
+394,6
@@
void BamStandardIndex::BamStandardIndexPrivate::InsertLinearOffset(LinearOffsetV
bool BamStandardIndex::Jump(const BamRegion& region) {
- cerr << "Jumping in BAI" << endl;
-
if ( m_reader == 0 || m_BGZF == 0 || !m_reader->IsOpen() ) {
fprintf(stderr, "ERROR: Could not jump: invalid BamReader state.\n");
return false;