Commit 69ecb30
authored
Errors in BAM iterator should be fatal (#265)
* Use personal hts-nim fork
* Exit nonzero if iterator fails due to IO issues
* Bump hts-nim dependency version
* IOError -> BamError
* Revert "Use personal hts-nim fork"
Now that hts-nim PR is merged, we revert the commit that uses my personal fork
(f337ba1), and update to the latest Nimble
version.
* Add comment clarifying try/except block1 parent 52813e0 commit 69ecb30
2 files changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | | - | |
185 | | - | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
186 | 192 | | |
187 | 193 | | |
188 | 194 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments