Package eu.isas.peptideshaker
Class PeptideShakerWrapper
java.lang.Object
com.compomics.software.CompomicsWrapper
eu.isas.peptideshaker.PeptideShakerWrapper
public class PeptideShakerWrapper
extends com.compomics.software.CompomicsWrapper
A wrapper class used to start the jar file with parameters. The parameters
are read from the JavaOptions file in the Properties folder.
- Author:
- Harald Barsnes
-
Constructor Summary
Constructors Constructor Description PeptideShakerWrapper()Starts the launcher by calling the launch method.PeptideShakerWrapper(String[] args)Starts the launcher by calling the launch method. -
Method Summary
-
Constructor Details
-
PeptideShakerWrapper
public PeptideShakerWrapper()Starts the launcher by calling the launch method. Use this as the main class in the jar file. -
PeptideShakerWrapper
Starts the launcher by calling the launch method. Use this as the main class in the jar file.- Parameters:
args- the command line arguments (ignored if null)
-
-
Method Details
-
main
Starts the launcher by calling the launch method. Use this as the main class in the jar file.- Parameters:
args- the arguments
-