In addition to the Scripting Node provided, you can register your own node that runs a script. Your node can run in a consensus or processing workflow or as post-processing node. The rules for integrating your own scripting node are different than those for the provided Scripting Node.
Procedure
- To create a registered node, create a new subfolder under the \Tools\Scripts folder in the Proteome Discoverer installation folder.
- The default location is:
- C:\Program Files\Thermo\Proteome Discoverer 3.1\Tools\Scripts\MyScript
- Copy the script to this folder.
- Create a node.json file, and copy it to this folder.
- The node.json file is used to configure the input values for the script and the other nodes this standalone Scripting Node connects with.