Class: Ms::Mascot::Export

Inherits:
Tap::Http::Dispatch
  • Object
show all
Defined in:
lib/ms/mascot/export.rb

Overview

:startdoc::manifest exports results from a search UNDER CONSTRUCTION

Instance Method Summary collapse

Instance Method Details

#process(*mascot_files) ⇒ Object



9
10
11
12
13
14
15
16
17
# File 'lib/ms/mascot/export.rb', line 9

def process(*mascot_files)
  # generate request hashes for the mgf files using the
  # configured parameters
  requests = mascot_files.collect do |mascot_file| 
    {:params => params.merge("file" => mascot_file)}
  end

  super(*requests)
end