Skip to content

Commit e959493

Browse files
committed
Update the embedded Unimod 'brick' definitions to fix the mzid generation failure after updating Unimod.obo
1 parent c38e9b9 commit e959493

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/Changelog.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ <h1 class="pagetitle">MS-GF+ ChangeLog</h1>
1313
<a href="index.html">MS-GF+ Documentation home</a>
1414
</p>
1515

16+
<p>
17+
<b>v2020.03.14</b>
18+
</p>
19+
<ul>
20+
<li>Update the embedded Unimod 'brick' definitions to fix the mzid generation failure after updating Unimod.obo</li>
21+
</ul>
22+
1623
<p>
1724
<b>v2020.03.12</b>
1825
</p>

src/main/java/edu/ucsd/msjava/msutil/Atom.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public static Atom get(String code) {
6969
new Atom("F", 18.99840322, 19, "Fluorine"),
7070
new Atom("Na", 22.9897677, 23, "Sodium"),
7171
new Atom("Mg", 23.9850423, 24, "Magnesium"),
72+
new Atom("Al", 26.9815386, 27, "Aluminium"),
7273
new Atom("P", 30.973762, 31, "Phosphorus"),
7374
new Atom("S", 31.9720707, 32, "Sulfur"),
7475
new Atom("Cl", 34.96885272, 35, "Chlorine"),
@@ -85,10 +86,12 @@ public static Atom get(String code) {
8586
new Atom("Br", 78.9183361, 79, "Bromine"),
8687
new Atom("Se", 79.9165196, 80, "Selenium"),
8788
new Atom("Mo", 97.9054073, 98, "Molybdenum"),
89+
new Atom("Ru", 101.9043485, 102, "Ruthenium"),
8890
new Atom("Pd", 105.903478, 106, "Palladium"),
8991
new Atom("Ag", 106.905092, 107, "Silver"),
9092
new Atom("Cd", 113.903357, 114, "Cadmium"),
9193
new Atom("I", 126.904473, 127, "Iodine"),
94+
new Atom("Pt", 194.964766, 195, "Platinum"),
9295
new Atom("Au", 196.966543, 197, "Gold"),
9396
new Atom("Hg", 201.970617, 202, "Mercury"),
9497
// Unimod mod bricks, definitions from http://www.unimod.org/xml/unimod.xml

src/main/java/edu/ucsd/msjava/ui/MSGFPlus.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323

2424
public class MSGFPlus {
25-
public static final String VERSION = "Release (v2020.03.12)";
26-
public static final String RELEASE_DATE = "12 March 2020";
25+
public static final String VERSION = "Release (v2020.03.14)";
26+
public static final String RELEASE_DATE = "14 March 2020";
2727

2828
public static final String DECOY_DB_EXTENSION = ".revCat.fasta";
2929
public static final String DEFAULT_DECOY_PROTEIN_PREFIX = "XXX";

0 commit comments

Comments
 (0)