class TopPred

Public Class Methods

default_index(file, index={}) click to toggle source

returns the default index

# File lib/transmembrane/toppred.rb, line 53
def self.default_index(file, index={})
  TopPred::Parser.new(TopPred::Parser.filetype(file)).file_to_index(file, index)
end