Sha256: 4c65f4280949451f392a201c0d49cc2e9538eac637e163f2cc2e680c848d05c1
Contents?: true
Size: 364 Bytes
Versions: 3
Compression:
Stored size: 364 Bytes
Contents
require 'bio' require 'helper' class TmHmmWrapperTest < Test::Unit::TestCase include Bio::Transmembrane def test_wrapper prog = Bio::TMHMM::TmHmmWrapper.new seq = Bio::FlatFile.auto(File.join(File.dirname(__FILE__),'data','falciparum1.fa')).next_entry tmp = prog.calculate(seq.seq) assert tmp assert_equal false, tmp.has_domain? end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bio-tm_hmm-0.2.4 | test/test_tm_hmm_wrapper.rb |
bio-tm_hmm-0.2.3 | test/test_tm_hmm_wrapper.rb |
bio-tm_hmm-0.2.2 | test/test_tm_hmm_wrapper.rb |