Skip to content

Commit 843235e

Browse files
committed
Update the date and the Readme
1 parent 63d94e6 commit 843235e

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Download the Mzid-To-Tsv-Converter <a href="https://github.com/PNNL-Comp-Mass-Sp
5151

5252
For detailed documentation, see the "doc" subfolder, or visit:
5353
* [GitHub repo HTML help pages](https://htmlpreview.github.io/?https://github.com/MSGFPlus/msgfplus/blob/master/doc/index.html)
54-
* https://omics.pnl.gov/software/ms-gf
55-
* https://bix-lab.ucsd.edu/pages/viewpage.action?pageId=13533355
54+
* (previously at https://bix-lab.ucsd.edu/pages/viewpage.action?pageId=13533355)
5655

5756
Contact Information
5857
======
@@ -65,11 +64,11 @@ Publications
6564

6665
MS-GF+ makes progress towards a universal database search tool for proteomics, Sangtae Kim and Pavel A. Pevzner,
6766
Nat Commun. 2014 Oct 31;5:5277. doi: 10.1038/ncomms6277.\
68-
https://www.ncbi.nlm.nih.gov/pubmed/?term=25358478
67+
https://www.ncbi.nlm.nih.gov/pubmed/25358478
6968

7069
Spectral Probabilities and Generating Functions of Tandem Mass Spectra: A Strike against Decoy Databases, Sangtae Kim, Nitin Gupta, and Pavel Pevzner,
7170
J Proteome Res. 2008 Aug;7(8):3354-63. doi: 10.1021/pr8001244.\
72-
https://www.ncbi.nlm.nih.gov/pubmed/?term=18597511
71+
https://www.ncbi.nlm.nih.gov/pubmed/18597511
7372

7473
Source
7574
======

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

+2-2
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 (v2018.09.12)";
26-
public static final String RELEASE_DATE = "12 September 2018";
25+
public static final String VERSION = "Release (v2018.10.15)";
26+
public static final String RELEASE_DATE = "15 October 2018";
2727

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

0 commit comments

Comments
 (0)