Sha256: 6bf60efca0e0eb4928ad5c34d330d1de08f8e44bc0f8f251ff9657cb67072196
Contents?: true
Size: 283 Bytes
Versions: 4
Compression:
Stored size: 283 Bytes
Contents
# reader for the http://bioweb.pasteur.fr/seqanal/interfaces/toppred.html # output class TopPred attr_accessor :hmmmm def initialize(toppred_out_file=nil) if toppred_out_file from_file(toppred_out_file) end end def from_file(toppred_out_file) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
mspire-0.2.0 | lib/toppred.rb |
mspire-0.2.1 | lib/toppred.rb |
mspire-0.2.2 | lib/toppred.rb |
mspire-0.2.4 | lib/toppred.rb |