]> git.donarmstrong.com Git - samtools.git/blobdiff - bam_tview.c
* samtools-0.1.4-21 (r368)
[samtools.git] / bam_tview.c
index e5b83a11c17e6ce393e119945cf43e048ad07e8a..be2579ca0ee28f59792e863bd102b2f7937566d0 100644 (file)
@@ -161,6 +161,7 @@ tview_t *tv_init(const char *fn, const char *fn_fa)
        tview_t *tv = (tview_t*)calloc(1, sizeof(tview_t));
        tv->is_dot = 1;
        tv->idx = bam_index_load(fn);
+       if (tv->idx == 0) exit(1);
        tv->fp = bam_open(fn, "r");
        bgzf_set_cache_size(tv->fp, 8 * 1024 *1024);
        assert(tv->fp);