Opened 9 years ago
Closed 9 years ago
#778 closed request (fixed)
throw OutBamFile::error from OutBamFile::write(const BamRead& read)
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | minor | Milestone: | yat 0.12 |
Component: | omic | Version: | |
Keywords: | Cc: |
Description
From BamFile?.cc:
// FIXME if wanted perhaps we should throw an OutBamFile::error // instead that can hold \a read
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → assigned |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3162]) refs #778. samwrite returns -1 if file is closed, so correct code to detect when this happens.