Skip to content

Commit

Permalink
change fragger download landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
chhh committed Jul 3, 2017
1 parent 529693a commit b3ef3ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MSFragger-GUI/src/umich/msfragger/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
*/
public class Version {
public static final String PROP_VER = "msfragger.gui.version";
public static final String VERSION = "2.8";
public static final String VERSION = "2.8.1";

public static String getVersion() {
java.util.ResourceBundle bundle = java.util.ResourceBundle.getBundle("umich/msfragger/gui/Bundle"); // NOI18N
Expand Down
2 changes: 1 addition & 1 deletion MSFragger-GUI/src/umich/msfragger/gui/Bundle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# To change this license header, choose License Headers in Project Properties.
# To change this template file, choose Tools | Templates
# and open the template in the editor.
msfragger.gui.version=2.8
msfragger.gui.version=2.8.1
default.msfragger.jar=MSFragger.jar
default.msconvert.win=msconvert.exe
default.msconvert.nix=msconvert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1564,7 +1564,7 @@ private boolean validateMsfraggerPath(String path) {

private void btnMsfraggerBinDownloadActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_btnMsfraggerBinDownloadActionPerformed
try {
Desktop.getDesktop().browse(URI.create("https://secure.nouvant.com/umich/technology/7143/license/633"));
Desktop.getDesktop().browse(URI.create("http://inventions.umich.edu/technologies/7143_msfrager-ultrafast-and-comprehensive-identification-of-peptides-from-tandem-mass-spectra"));
} catch (IOException ex) {
Logger.getLogger(MsfraggerGuiFrame.class.getName()).log(Level.SEVERE, null, ex);
}
Expand Down

0 comments on commit b3ef3ff

Please sign in to comment.