Class: Randomize

Inherits:
Object
  • Object
show all
Defined in:
lib/protk/randomize.rb

Class Method Summary collapse

Class Method Details

.make_decoys(input_path, db_len, output_path, prefix) ⇒ Object



4
5
6
# 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