Sha256: fd73119aca31ed6be8edb373395f7319049bc5de341c46cde2256bb695756704

Contents?: true

Size: 297 Bytes

Versions: 2

Compression:

Stored size: 297 Bytes

Contents

require 'spec_helper'

module Bio
  module Ucsc

    describe UcscBin do

      describe "#bin_from_range" do
        it "handles extended bin positions" do
          bin = UcscBin.bin_from_range(538457395, 538457395+44)
          bin.should == 13470
        end
      end

    end
    
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
bio-maf-1.0.1-java spec/bio/ucsc/ucsc_bin_spec.rb
bio-maf-1.0.1 spec/bio/ucsc/ucsc_bin_spec.rb