| 68 | === msInspect feature detection configuration === |
| 69 | |
| 70 | Proteios SE supports msInspect feature detection, when installed as a JAR file available from http://proteomics.fhcrc.org/CPL/msinspect/index.html. A release or nightly build of msInspect |
| 71 | newer than March 2010 should be used for full mzML functionality. |
| 72 | Locate the Proteios SE msInspect search properties file `msinspect.properties`. If not existing, locate the Proteios SE properties file template `msinspect.properties.in`, and copy it to a file named `msinspect.properties` in the same directory. |
| 73 | |
| 74 | Edit the `msinspect.properties` file by setting the value of the following parameters (more information and examples can be found in the file): |
| 75 | |
| 76 | 1. Set the value of `msinspect.local.install.path` to the path for the directory in which the msInspect JAR file is installed. |
| 77 | 1. Set the value of `msinspect.local.program.name` to the name of the installed msInspect JAR file (normally of type "`viewerApp*.jar`", where '`*`' represents an optional time stamp and serial number). |
| 78 | 1. Set the value of `msinspect.memory_in_megabytes` to the memory in MB to use for the Java Virtual Machine, when running the msInspect program (at least 512 MB is recommended). |
| 79 | |