JMP Life Sciences Programming Guide | Getting Started | Adding and Deleting JMP Life Sciences Analytical Processes

Adding and Deleting JMP Life Sciences Analytical Processes
You can add a new process to JMP Life Sciences software as described below:
*
Create .sas and .xml files and place them in the ProcessLibrary folder. Make sure these files have a unique prefix. Follow the same coding conventions as in the existing processes. Refer to JMP Life Sciences XML Tags, Attributes, and Values for more details about .xml file construction.
*
*
Select Genomics > General Utilities > Generate Dialogs from XML .
The Generate Dialogs from XML process launches the SDSDialogGenerator.jsl program and creates .jsl dialog files from the .xml files for the graphical user interface for all processes in the ProcessLibrary folder.
To add your process to the Genomics menu, complete the following steps:
*
Right-click in the tool icons area and select Customize > Menus and Toolbars .
*
To remove a process from the Genomics menu, complete the following steps:
*
Right-click in the tool icons area and select Customize > Menus and Toolbars .
*
*
If desired, delete the corresponding .sas , .xml , and .jsl files from the ProcessLibrary folder.
Next : JMP Life Sciences XML Tags, Attributes, and Values