Class PeptideShakerZipFileChecker

java.lang.Object
eu.isas.peptideshaker.PeptideShakerZipFileChecker

public class PeptideShakerZipFileChecker extends Object
A wrapper class used to check if the jar file is attempted started from within an unzipped zip file. If yes, a warning dialog is displayed telling the user to unzip first. If not within a zip file the jar file is started as normal.
Author:
Harald Barsnes
  • Constructor Details

    • PeptideShakerZipFileChecker

      public PeptideShakerZipFileChecker(String[] args)
      Checks if the jar file is started from within an unzipped zip file. If yes, a warning dialog is displayed telling the user to unzip first. If not within a zip file the jar file is started as normal.
      Parameters:
      args - the command line arguments
  • Method Details

    • main

      public static void main(String[] args)
      Start PeptideShakerZipFileChecker.
      Parameters:
      args - the command line arguments