Release 2019.02.01
·
263 commits
to master
since this release
MSGFPlus_v20190201.zip has:
File | Description | Requirements |
---|---|---|
MSGFPlus.jar | MS-GF+ search engine | Java runtime, v1.8 or newer |
MzidToTsvConverter.exe | Converts .mzid files to a tab-delimited text file | .NET Runtime 4.6.2 or newer |
Documentation files | HTML files explaining how to use the software | n/a |
Example files | Example modification files and example results | n/a |
Changes in this release:
- Add validation of user-defined dynamic and static modifiations to check for duplicates (same name, different mass)
- Add validation to check for the same dynamic or static modification being defined for the same residue (or N- or C- terminus)
- Validate user-defined modification masses against default values for commonly used modifications
- Warn if the mass is more than 0.01 Da larger or smaller than the default
- Common modifications tracked via array defaultModList in file Modification.java