Changeset 4073


Ignore:
Timestamp:
Dec 15, 2010, 3:00:05 PM (12 years ago)
Author:
olle
Message:

Refs #668. Refs #287. First version of support for running msInspect feature finding from Proteios SE:

  1. New class/file action/file/UseSpectrumFileForMsInspectSearchExtension.java in client/servlet/ added. It implements interface ContextEnabled through class FileContext. List of id values for selected spectrum files are added as hidden fields to the form, and a button is displayed that is coupled to an action link to new class RunMsInspect.
  1. New class/file action/msInspect/RunMsInspect.java in client/servlet/ added. It retrieves a list of id values for spectrum files from valid parameter VInteger VSPECTRUMFILEID and settings from msInspect properties file msinspect.properties, after which it creates one job for each spectrum file managed by new plug-in class RunMsInspectPlugin.
  1. New class/file plugins/RunMsInspectPlugin.java in plugin/ added. It copies the spectrum input file to a temporary file with a time stamp in the file name to the temp folder, and then ruins the msInspect program on the latter file. It attempts to upload the result file, after which it deletes the created temporary files (if uploading the result file was unsuccessful, this file is kept for manual upload).
  1. English dictionary file locale/en/dictionary in client/servlet/ updated with new string keys.
Location:
trunk
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/locale/en/dictionary

    r4060 r4073  
    423423Move=Move
    424424MsFile=MS File
     425MsInspect=msInspect
     426MsInspectFeatureFinding=msInspect Feature Finding
     427MsInspectSearch=msInspect Search
    425428MwInDaltons=Molecular weight (Da)
    426429MyFiles=My Files
     
    461464NextMascotEditParametersBeforeCreatingSearchJobs=Next - Edit parameters before search
    462465Next=Next
     466NextMsInspectCreateSearchJobs=Next - Create search job[s]
    463467NextOMSSACreateSearchJobs=Next - Create search job[s]
    464468NextOMSSAEditParametersBeforeCreatingSearchJobs=Next - Edit parameters before search
Note: See TracChangeset for help on using the changeset viewer.