Uses of Class
eu.isas.peptideshaker.cmd.MzidCLIInputBean
Packages that use MzidCLIInputBean
-
Uses of MzidCLIInputBean in eu.isas.peptideshaker.cmd
Methods in eu.isas.peptideshaker.cmd that return MzidCLIInputBeanModifier and TypeMethodDescriptionPeptideShakerCLIInputBean.getMzidCLIInputBean()Returns the mzid export options required.Methods in eu.isas.peptideshaker.cmd with parameters of type MzidCLIInputBeanModifier and TypeMethodDescriptionstatic 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 MzidCLIInputBeanModifierConstructorDescriptionMzidCLI(MzidCLIInputBean mzidCLIInputBean) Construct a new MzidCLI runnable from a MzidCLI input bean.