public class MzidCLIInputBean extends Object
| Constructor and Description |
|---|
MzidCLIInputBean(org.apache.commons.cli.CommandLine aLine)
Parses a MzidCLI command line and stores the input in the attributes.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContactAddress()
Returns the contact address.
|
String |
getContactEmail()
Returns the contact email.
|
String |
getContactFirstName()
Returns the contact first name.
|
String |
getContactLastName()
Returns the contact last name.
|
String |
getContactUrl()
Returns the contact URL.
|
boolean |
getIncludeProteinSequences()
Returns true if the protein sequences are to be included in the mzid
export.
|
com.compomics.util.experiment.io.identification.MzIdentMLVersion |
getMzIdentMLVersion()
Returns the mzIdentML version to use for this file.
|
String |
getOrganizationAddress()
Returns the organization address.
|
String |
getOrganizationMail()
Returns the organization mail.
|
String |
getOrganizationName()
Returns the organization name.
|
String |
getOrganizationUrl()
Returns the organization URL.
|
File |
getOutputFile()
Returns the file where to mzIdentML export will be stored.
|
PathSettingsCLIInputBean |
getPathSettingsCLIInputBean()
Returns the path settings input.
|
File |
getPsdbFile()
Returns the psdb file.
|
File |
getZipFile()
The zip file selected by the user.
|
boolean |
isGzip()
Returns a boolean indicating whether the export should be gzipped.
|
public MzidCLIInputBean(org.apache.commons.cli.CommandLine aLine)
aLine - a MzidCLI command linepublic File getPsdbFile()
public File getZipFile()
public String getContactFirstName()
public String getContactLastName()
public String getContactEmail()
public String getContactAddress()
public String getContactUrl()
public String getOrganizationName()
public String getOrganizationMail()
public String getOrganizationAddress()
public String getOrganizationUrl()
public File getOutputFile()
public boolean getIncludeProteinSequences()
public com.compomics.util.experiment.io.identification.MzIdentMLVersion getMzIdentMLVersion()
public PathSettingsCLIInputBean getPathSettingsCLIInputBean()
public boolean isGzip()
Copyright © 2021. All rights reserved.