public class StirredOptionsBean extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
contactAddress
The address of the contact to annotate in the mzIdentML file.
|
String |
contactEmail
The email of the contact to annotate in the mzIdentML file.
|
String |
contactFirstName
The first name of the contact to annotate in the mzIdentML file.
|
String |
contactLastName
The last name of the contact to annotate in the mzIdentML file.
|
String |
contactOrganizationAddress
The address of the organization of the contact to annotate in the
mzIdentML file.
|
String |
contactOrganizationEmail
The email of the organization of the contact to annotate in the mzIdentML
file.
|
String |
contactOrganizationName
The name of the organization of the contact to annotate in the mzIdentML
file.
|
File |
fastaFile
The fasta file.
|
File |
identificationParametersFile
The identification parameters file.
|
File |
inputFile
The input file.
|
File |
logFile
The log file.
|
int |
nThreads
The number of threads to use.
|
File |
outputFolder
The output folder.
|
File |
spectrumFile
The spectrum file.
|
File |
tempFolder
The temp folder to use for temp files.
|
int |
timeOutDays
The timeout time in days.
|
| Constructor and Description |
|---|
StirredOptionsBean(org.apache.commons.cli.CommandLine aLine)
Parses all the arguments from a command line.
|
public final File inputFile
public File spectrumFile
public File fastaFile
public File identificationParametersFile
public final File tempFolder
public final File logFile
public int nThreads
public int timeOutDays
public final File outputFolder
public String contactFirstName
public String contactLastName
public String contactAddress
public String contactEmail
public String contactOrganizationName
public String contactOrganizationAddress
public String contactOrganizationEmail
public StirredOptionsBean(org.apache.commons.cli.CommandLine aLine)
throws IOException
aLine - the command lineIOException - if an error occurs while reading or writing a file.Copyright © 2021. All rights reserved.