Commit 93bd8a2
committed
fix TagPileup tab-formatted output bug
This commit fixes the bug described in issue #41. The problem was in
the case of setting the output to be tab formatted, the Writer
objects OUT_S1 and/or OUT_S2 failed to close.
I adjusted the "if" statements for outputting JTV files (whose code
fell under the same conditionals as the code responsible for closing
the output Writer objects) so that they are consistent with previous
conditions but included the case of PARAM.getOutputType()==1 for
closing the Writer objects.1 parent 3d77659 commit 93bd8a2
1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
289 | | - | |
| 288 | + | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
296 | | - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
297 | 299 | | |
298 | 300 | | |
| 301 | + | |
299 | 302 | | |
300 | 303 | | |
301 | 304 | | |
| |||
0 commit comments