Adding and Deleting JMP Genomics Analytical Processes

You can add a new process to JMP Genomics software as described below:

8      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 Genomics XML Tags, Attributes, and Values for more details about .xml file construction.
8      Open JMP.
8      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:

8      Right-click in the tool icons area and select Customize > Menus and Toolbars.
8      Add the process to the appropriate menu in JMP and associate the newly generated .jsl file with it.

To remove a process from the Genomics menu, complete the following steps:

8      Right-click in the tool icons area and select Customize > Menus and Toolbars.
8      Remove the desired menu item.
8      If desired, delete the corresponding .sas, .xml, and .jsl files from the ProcessLibrary folder.

Next: JMP Genomics XML Tags, Attributes, and Values