Method: TandemSearchTool#params_doc
- Defined in:
- lib/protk/tandem_search_tool.rb
#params_doc(db_info, taxo_path, input_path, output_path) ⇒ Object
236 237 238 239 240 241 242 243 244 |
# File 'lib/protk/tandem_search_tool.rb', line 236 def params_doc(db_info,taxo_path,input_path,output_path) params_parser=XML::Parser.file(@defaults_path) std_params=params_parser.parse throw "Invalid input db_info must be a FastaDatabase object" unless db_info.class==FastaDatabase generate_parameter_doc(std_params,output_path,input_path,db_info,taxo_path) end |