Package eu.isas.peptideshaker.cmd
Class StirredOptionsBean
java.lang.Object
eu.isas.peptideshaker.cmd.StirredOptionsBean
This class parses the parameters from an ModificationsCLI.
- Author:
- Marc Vaudel, Harald Barsnes
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe address of the contact to annotate in the mzIdentML file.The email of the contact to annotate in the mzIdentML file.The first name of the contact to annotate in the mzIdentML file.The last name of the contact to annotate in the mzIdentML file.The address of the organization of the contact to annotate in the mzIdentML file.The email of the organization of the contact to annotate in the mzIdentML file.The name of the organization of the contact to annotate in the mzIdentML file.The fasta file.The identification parameters file.final FileThe input file.final FileThe log file.intThe number of threads to use.final FileThe output folder.The spectrum file.final FileThe temp folder to use for temp files.intThe timeout time in days. -
Constructor Summary
ConstructorsConstructorDescriptionStirredOptionsBean(org.apache.commons.cli.CommandLine aLine) Parses all the arguments from a command line. -
Method Summary
-
Field Details
-
inputFile
The input file. -
spectrumFile
The spectrum file. -
fastaFile
The fasta file. -
identificationParametersFile
The identification parameters file. -
tempFolder
The temp folder to use for temp files. -
logFile
The log file. -
nThreads
public int nThreadsThe number of threads to use. -
timeOutDays
public int timeOutDaysThe timeout time in days. -
outputFolder
The output folder. -
contactFirstName
The first name of the contact to annotate in the mzIdentML file. -
contactLastName
The last name of the contact to annotate in the mzIdentML file. -
contactAddress
The address of the contact to annotate in the mzIdentML file. -
contactEmail
The email of the contact to annotate in the mzIdentML file. -
contactOrganizationName
The name of the organization of the contact to annotate in the mzIdentML file. -
contactOrganizationAddress
The address of the organization of the contact to annotate in the mzIdentML file. -
contactOrganizationEmail
The email of the organization of the contact to annotate in the mzIdentML file.
-
-
Constructor Details
-
StirredOptionsBean
Parses all the arguments from a command line.- Parameters:
aLine- the command line- Throws:
IOException- if an error occurs while reading or writing a file.
-