Skip to content

Commit

Permalink
Bump to 9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chhh committed May 30, 2019
1 parent 6dc52bb commit 9780638
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MSFragger-GUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
}

group = 'com.github.chhh'
version = '9.3'
version = '9.4'

description = """FragPipe - run complete proteomics analyses from the GUI"""

Expand Down
2 changes: 2 additions & 0 deletions MSFragger-GUI/src/umich/msfragger/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ public class Version {
new VersionComparator());

static {
CHANGELOG.put("9.4", Arrays.asList("Fixes to MSFragger Split program for very large databases."));

CHANGELOG.put("9.3", Arrays.asList(
"Calibrate masses option in MSFragger",
"Custom ion series option in MSFragger",
Expand Down
14 changes: 11 additions & 3 deletions MSFragger-GUI/src/umich/msfragger/gui/Bundle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
msfragger.gui.version=9.3
msfragger.gui.important-updates=4.1,4.4,5.0,5.1,5.3,7.2,8.1,8.4,8.5,8.6,8.8
msfragger.gui.critical-updates=4.0,4.6,4.7,5.2,6.0,7.1,8.3,8.7,9.0,9.1
msfragger.gui.version=9.4
msfragger.gui.important-updates=4.1,4.4,5.0,5.1,5.3,7.2,8.1,8.4,8.5,8.6,8.8,9.4
msfragger.gui.critical-updates=4.0,4.6,4.7,5.2,6.0,7.1,8.3,8.7,9.0,9.1,9.3
msfragger.gui.download-url=https://github.com/Nesvilab/FragPipe/releases/latest
msfragger.gui.issue-tracker=https://github.com/Nesvilab/FragPipe/issues
msfragger.gui.site.url=https://nesvilab.github.io/FragPipe/
Expand Down Expand Up @@ -60,6 +60,14 @@ Simplified Reports and MsFragger tabs, auto decoy tag addition.
msfragger.gui.download-message.9.0=<b>v9.0</b>: New Downstream tab, multi-experiment reports<br/> \
Streamlined UI.
msfragger.gui.download-message.9.1=<b>v9.1</b>: Bugfix for Abacus command
msfragger.gui.download-message.9.4=<b>v9.4</b>: Calibrate masses option in MSFragger <br/>\
Custom ion series option in MSFragger <br/>\
Turning off usage of protxml file in Filter command when Protein Prophet is not run <br/>\
Query user if protxml files exist while Protein Prophet is not run <br/>\
'Print Decoys' option/checkbox for Report command <br/>\
Update CrystalC-1.0.5 <br/>\
Checkbox for generating report in mzID format <br/>\
UI for downloading protein databases via philosopher

default.msfragger.jar=MSFragger.jar
default.msconvert.win=msconvert.exe
Expand Down

0 comments on commit 9780638

Please sign in to comment.