Sha256: 60d29d66b5773baa08ae08072e667000bf4e01abd73b90d76ef6fb5c53e348f0

Contents?: true

Size: 453 Bytes

Versions: 50

Compression:

Stored size: 453 Bytes

Contents

$: << File.expand_path(File.dirname(__FILE__) + '/../lib')
$: << File.expand_path('.')
path= File.expand_path(File.dirname(__FILE__) + '/../lib/bioruby-polyploid-tools.rb')

#puts path
require path
require "test/unit"

class TestExonContainer < Test::Unit::TestCase
  Query=File.dirname(__FILE__) + '/data/'+"BS00068396_51.fa"
  Target=File.dirname(__FILE__) + '/data/'+"BS00068396_51_contigs.fa"
  
  
   def test_simple_container_test
     
   end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
bio-polyploid-tools-0.4.5 test/test_exon_container.rb
bio-polyploid-tools-0.4.4 test/test_exon_container.rb
bio-polyploid-tools-0.4.3 test/test_exon_container.rb
bio-polyploid-tools-0.4.2 test/test_exon_container.rb
bio-polyploid-tools-0.4.1 test/test_exon_container.rb
bio-polyploid-tools-0.4.0 test/test_exon_container.rb
bio-polyploid-tools-0.3.3 test/test_exon_container.rb
bio-polyploid-tools-0.3.1 test/test_exon_container.rb
bio-polyploid-tools-0.2.3 test/test_exon_container.rb
bio-polyploid-tools-0.1.0 test/test_exon_container.rb