The following procedure describes how to create a processing method that calls the Daemon utility from the Xcalibur data system. Process method files have a .pmd file extension.
Procedure
- Open Xcalibur to start the Xcalibur data system.
- Select Processing Setup, .
- The Processing Setup window opens.
- Open the processing method that you want to modify as follows:
- Select File > Open.
- Locate the processing method file and select the file.
- Select Open.
- Open the Programs view of the Processing Setup window as follows:
- Select View > Programs.
- The Programs view of the Processing Setup window opens.
- If the Programs view has an empty table, right-click the table and select Insert Row.
- A new row appears above the placeholder row. An asterisk to the left side of a table row defines it as a placeholder row.
- In the added table row, specify the name and location of the parameter file as follows.
- In the Enable column, select the checkbox.
- Right-click the Program or Macro Name column and select Browse.
- Locate the following executable, and select Open:
- C:\Program Files\Thermo\Proteome Discoverer 3.1\Proteome Discoverer Daemon 3.1\System\Release
- If the following warning appears, “The file ‘DiscovererDaemon’ does not exist on this computer,” select OK.
- In the Parameters column, enter the location of the parameter file containing the commands that will execute the utility:
- -p path_to_parameter_file\parameter_filename %R
NOTE
Do not copy/paste from this PDF. To ensure the location is correct, enter the name of the parameter file. If the name of the parameter file contains a space, you must enclose the name in quotation marks, as in this example:
-p “C:\Xcalibur\methods\batch processing.param” %R
- In the Std, QC, Unk, Other, and Sync columns, accept the default settings or modify them according to your requirements. For information about setting the sample types to be sent, see Specify the sample types to be sent to Proteome Discoverer Daemon.
- To send all sample types to the Daemon utility, make sure that all of the sample type columns are set to Yes.
- Select OK to save the changes to the processing method.
- Select File > Save.