Uses of Class
eu.isas.peptideshaker.cmd.MzidCLIInputBean
| Package | Description |
|---|---|
| eu.isas.peptideshaker.cmd |
Command line usage.
|
-
Uses of MzidCLIInputBean in eu.isas.peptideshaker.cmd
Methods in eu.isas.peptideshaker.cmd that return MzidCLIInputBean Modifier and Type Method Description MzidCLIInputBeanPeptideShakerCLIInputBean. getMzidCLIInputBean()Returns the mzid export options required.Methods in eu.isas.peptideshaker.cmd with parameters of type MzidCLIInputBean Modifier and Type Method Description static voidCLIExportMethods. exportMzId(MzidCLIInputBean mzidCLIInputBean, PsdbParent psbdParent, com.compomics.util.waiting.WaitingHandler waitingHandler)Exports the project in the mzIdentML format.Constructors in eu.isas.peptideshaker.cmd with parameters of type MzidCLIInputBean Constructor Description MzidCLI(MzidCLIInputBean mzidCLIInputBean)Construct a new MzidCLI runnable from a MzidCLI input bean.