]> git.donarmstrong.com Git - bamtools.git/commit
Modified BamReader(and BGZF)::Open() to return bool. Tried to eliminate most exit...
authorDerek <derekwbarnett@gmail.com>
Mon, 28 Jun 2010 19:10:28 +0000 (15:10 -0400)
committerDerek <derekwbarnett@gmail.com>
Mon, 28 Jun 2010 19:10:28 +0000 (15:10 -0400)
commit5580b247bf3ef7b0cd1afd3aa16dc15cd7523636
tree5e46a07d6f531574674dba1fbe20fa6920ae90e9
parent2498eeef5404327a4914de39bec6ab8a6d149462
Modified BamReader(and BGZF)::Open() to return bool. Tried to eliminate most exit() calls. These changes should allow for more graceful error handling. Some 'code cleanup' in BW, but no logic changes.
BGZF.cpp
BGZF.h
BGZF.o [new file with mode: 0644]
BamReader.cpp
BamReader.h
BamReader.o [new file with mode: 0644]
BamWriter.cpp