class Randomize

Public Class Methods

make_decoys(input_path, db_len, output_path, prefix) click to toggle source
# File lib/protk/randomize.rb, line 4
def self.make_decoys input_path, db_len, output_path, prefix
        Decoymaker.make_decoys input_path.to_s, db_len.to_i,  output_path.to_s, prefix.to_s
end