Package eu.isas.peptideshaker.cmd
Class StirredOptionsBean
java.lang.Object
eu.isas.peptideshaker.cmd.StirredOptionsBean
public class StirredOptionsBean extends Object
This class parses the parameters from an ModificationsCLI.
- Author:
- Marc Vaudel, Harald Barsnes
-
Field Summary
Fields Modifier and Type Field Description StringcontactAddressThe address of the contact to annotate in the mzIdentML file.StringcontactEmailThe email of the contact to annotate in the mzIdentML file.StringcontactFirstNameThe first name of the contact to annotate in the mzIdentML file.StringcontactLastNameThe last name of the contact to annotate in the mzIdentML file.StringcontactOrganizationAddressThe address of the organization of the contact to annotate in the mzIdentML file.StringcontactOrganizationEmailThe email of the organization of the contact to annotate in the mzIdentML file.StringcontactOrganizationNameThe name of the organization of the contact to annotate in the mzIdentML file.FilefastaFileThe fasta file.FileidentificationParametersFileThe identification parameters file.FileinputFileThe input file.FilelogFileThe log file.intnThreadsThe number of threads to use.FileoutputFolderThe output folder.FilespectrumFileThe spectrum file.FiletempFolderThe temp folder to use for temp files.inttimeOutDaysThe timeout time in days. -
Constructor Summary
Constructors Constructor Description StirredOptionsBean(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.
-