Skip to content

Commit

Permalink
Fix exact option
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Sep 30, 2024
1 parent eff2324 commit 253d546
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/bio/bigwig/bigwigext.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,12 +332,6 @@ bw_get_stats(VALUE self, VALUE rb_chrom, VALUE rb_start, VALUE rb_end, VALUE rb_
if (rb_type != Qnil)
type = StringValueCStr(rb_type);

if (rb_exact != Qnil)
{
if (RTEST(rb_exact) == 1)
endl = startl + nBins - 1;
}

tid = bwGetTid(bw, chrom);

if (endl == (unsigned long)-1 && tid != (uint32_t)-1)
Expand Down

0 comments on commit 253d546

Please sign in to comment.