Changeset 4077


Ignore:
Timestamp:
Dec 16, 2010, 12:02:44 PM (12 years ago)
Author:
olle
Message:

Refs #668. Class/file action/file/UseSpectrumFileForMsInspectSearchExtension.java in client/servlet/ updated in displayed instruction text, as the uploaded msInspect result file now does not include an extra time stamp in the filename:

  1. Protected method void runMe() updated in the displayed instruction text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/action/file/UseSpectrumFileForMsInspectSearchExtension.java

    r4074 r4077  
    104104    instruction += "<BR>";
    105105    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>";
    108107    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>";
    114110    instruction += "<BR>";
    115111    instruction += "Note: In some cases msInspect keeps the original file extension as part of";
    116112    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\".";
    118122    instructionArea.setContent(instruction);
    119123    instructionArea.setTitle("Description");
Note: See TracChangeset for help on using the changeset viewer.