* @param args the command line arguments (ignored if null)
*/
public PeptideShakerWrapper(String[] args) {
// get the version number set in the pom file
String jarFileName = "PeptideShaker-" + new Properties().getVersion() + ".jar";
String path = PeptideShaker.getJarFilePath();
File jarFile = new File(path, jarFileName);
// get the splash
String splash = "peptide-shaker-splash.png";
String mainClass = "eu.isas.peptideshaker.gui.PeptideShakerGUI";