Opened 14 years ago

Closed 14 years ago

Last modified 11 years ago

#614 closed (fixed)

Feature table

Reported by: Fredrik Levander Owned by: Fredrik Levander
Milestone: Proteios SE 2.10 Keywords:
Cc:

Description

Try out if features should be in a table

Change History (26)

comment:1 Changed 14 years ago by Fredrik Levander

(In [3422]) Refs #614. Initial addition of feature table.

comment:2 Changed 14 years ago by Fredrik Levander

(In [3423]) Refs #614. Cleaning of feature import plugin

comment:3 Changed 14 years ago by Fredrik Levander

(In [3424]) Refs #614. Matching of features with hits and more.

comment:4 Changed 14 years ago by Fredrik Levander

(In [3427]) Refs #614. Adjustments

comment:5 Changed 14 years ago by Fredrik Levander

(In [3432]) Refs #614. Corrected proton mass

comment:6 Changed 14 years ago by Fredrik Levander

Milestone: Proteios SE Future ReleaseProteios SE 2.10
Status: newassigned

comment:7 Changed 14 years ago by Fredrik Levander

(In [3445]) Merging test branch with trunk. Refs #585, Refs #614, Refs #621.

comment:8 Changed 14 years ago by Fredrik Levander

Resolution: fixed
Status: assignedclosed

It seems feasible to use a feature table, and initial implementations have been made already.

comment:9 Changed 14 years ago by Fredrik Levander

(In [3560]) Refs #614. Updated for mzML support

comment:10 Changed 13 years ago by Fredrik Levander

(In [3694]) Refs #614. Added time tolerance to feature matching and added batch import functionality

comment:11 Changed 13 years ago by Fredrik Levander

(In [3731]) Refs #614. Support for agilent type scan ids

comment:12 Changed 13 years ago by Fredrik Levander

(In [3764]) Refs #614. Updates in feature hit matching. Allowing matching with other files of same local sample id. Corrected retention time matching with tolerance. Added form for settings.

comment:13 Changed 13 years ago by Fredrik Levander

(In [3765]) Refs #614. Updated default parameters for matching.

comment:14 Changed 13 years ago by Fredrik Levander

(In [3766]) Refs #614. Added log file for matching features to hits.

comment:15 Changed 13 years ago by Fredrik Levander

(In [3770]) Refs #614. Logging more parameters, and updating of hits when deleting features.

comment:16 Changed 13 years ago by Fredrik Levander

(In [3777]) Refs #614. Adding link to feature peptide sequences, to find the matching hits.

comment:17 Changed 13 years ago by Fredrik Levander

(In [3782]) Refs #614. reformatted

comment:18 Changed 13 years ago by Fredrik Levander

(In [4121]) Refs #614. More informative decription of what is done.

comment:19 Changed 13 years ago by Fredrik Levander

(In [4142]) Refs #614. Making several attempts to read mzML/mzXML file in case of IO problems.

comment:20 Changed 13 years ago by Fredrik Levander

(In [4152]) Refs #614. Changing queries to allow matching with related hits also if there are no identified peptides in the feature file.

comment:21 Changed 13 years ago by Fredrik Levander

(In [4156]) Refs #614. Added some more logged info.

comment:22 Changed 13 years ago by olle

(In [4188]) Refs #752. Refs #668. Refs #614. Refs #287. Support for running msInspect feature detection from Proteios SE updated with option to import the created feature file directly:

  1. Class/file action/file/UseSpectrumFileForMsInspectSearchExtension.java in client/servlet/ updated with new check box for option to import created feature file. The check box is coupled to new valid parameter VBoolean RunMsInspect.VMSINSPECTIMPORTRESULTS. Default is to not import the feature file directly.
  1. Class/file action/msInspect/RunMsInspect.java in client/servlet/ updated:
    a. New valid parameter VBoolean VMSINSPECTIMPORTRESULTS added.
    b. Protected method void runMe() updated to retrieve the value of valid parameter VBoolean VMSINSPECTIMPORTRESULTS, and if the value is true create an import job after the feature detection job. The path of the feature file to be created is transferred to the import job as a string job parameter. Jobs are created by calling new private methods Job createMsInspectJob(...) and Job createMsInspectImportJob(...).
    c. New private method Job createMsInspectJob(DbControl dc, File spectrumFile, ... , Job blockerJob) added. It creates an msInspect job.
    d. New private method Job createMsInspectImportJob(DbControl dc, String featureFilePathStr, String featureFileName, Job blockerJob) added. It creates an msInspect import job.
  1. Class/file plugins/MsInspectFeatureImporter.java in plugin/ updated:{{BR]]a. Public method void run(Request request, Response response, ProgressReporter progress) updated to retrieve value of feature file path from a string job parameter and obtain the feature file from this, in case the File value retrieved from a File job parameter is null.
  1. English dictionary file locale/en/dictionary in client/servlet/ updated with new string keys.

comment:23 Changed 12 years ago by olle

(In [4206]) Refs #751. Refs #744. Refs #614. Refs #287. Support for running OpenMS feature detection from Proteios SE updated with option to import the created feature file directly:

  1. Class/file action/file/UseSpectrumFileForOpenMsSearchExtension.java in client/servlet/ updated with new check box for option to import created feature file. The check box is coupled to new valid parameter VBoolean RunOpenMs.VOPENMSIMPORTRESULTS. Default is to not import the feature file directly.
  1. Class/file action/openMs/RunOpenMs.java in client/servlet/ updated:
    a. New valid parameter VBoolean VOPENMSIMPORTRESULTS added.
    b. Protected method void runMe() updated to retrieve the value of valid parameter VBoolean VOPENMSIMPORTRESULTS, and if the value is true create an import job after the feature detection job. As import of features requires a preceding feature detection job, the code for running a single OpenMS job has been updated to clarify if the job instance is a PeakPicker or FeatureFinder job. The path of the feature file to be created is transferred to the import job as a string job parameter. Import jobs are created by calling new private method Job createOpenMsImportJob(...).
    c. New private method Job createOpenMsImportJob(DbControl dc, String featureFilePathStr, String featureFileName, Job blockerJob) added. It creates an OpenMS import job.
  1. English dictionary file locale/en/dictionary in client/servlet/ updated with new string keys.

comment:24 Changed 12 years ago by Fredrik Levander

(In [4257]) Refs #614. Allowing import of features in different projects.

comment:25 Changed 12 years ago by Fredrik Levander

(In [4317]) Refs #614. Update to make sure that apex retention time will always be in minutes.

comment:26 Changed 11 years ago by Fredrik Levander

(In [4355]) Refs #614. Adjusted parsing of scan ids in mzML for feature import.

Note: See TracTickets for help on using tickets.