Changeset 4077
- Timestamp:
- Dec 16, 2010, 12:02:44 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/src/org/proteios/action/file/UseSpectrumFileForMsInspectSearchExtension.java
r4074 r4077 104 104 instruction += "<BR>"; 105 105 instruction += " 1. Base filename of the spectrum file (filename without file extension)<BR>"; 106 instruction += " 2. + time stamp in _YYYY_MM_DD_hh_mm_ss format<BR>"; 107 instruction += " 3. + \".peptides.tsv\"<BR>"; 106 instruction += " 2. + \".peptides.tsv\"<BR>"; 108 107 instruction += "<BR>"; 109 instruction += "Example: Results for spectrum file \"sample.mzXML\" analyzed 2010-12-14 17:05:56"; 110 instruction += " are stored in result file \"sample_2010_12_14_17_05_56.peptides.tsv\"."; 111 instruction += " The time stamp is the time the job was created, not when it was executed."; 112 instruction += " This has the effect that result files for jobs created in the same batch"; 113 instruction += " will share the same time stamp in the filenames.<BR>"; 108 instruction += "Example: Results for spectrum file \"sample.mzXML\""; 109 instruction += " are stored in result file \"sample.peptides.tsv\".<BR>"; 114 110 instruction += "<BR>"; 115 111 instruction += "Note: In some cases msInspect keeps the original file extension as part of"; 116 112 instruction += " the result file name, e.g. \"sample.mzml\" gets result file"; 117 instruction += " \"sample_2010_12_14_17_05_56.mzml.peptides.tsv\"."; 113 instruction += " \"sample.mzml.peptides.tsv\".<BR>"; 114 instruction += "<BR>"; 115 instruction += "If the result file could not be automatically uploaded to Proteios SE,"; 116 instruction += " it has to be uploaded manually from the temp folder. The result file"; 117 instruction += " of interest has an extra time stamp in _YYYY_MM_DD_hh_mm_ss format"; 118 instruction += " added to the base filename of the spectrum file."; 119 instruction += " The time stamp is the time the job was created, not when it was executed."; 120 instruction += " Example: Results for spectrum file \"sample.mzXML\" analyzed 2010-12-14 17:05:56"; 121 instruction += " are stored in temporary file \"sample_2010_12_14_17_05_56.peptides.tsv\"."; 118 122 instructionArea.setContent(instruction); 119 123 instructionArea.setTitle("Description");
Note: See TracChangeset
for help on using the changeset viewer.