Class MzidCLI

All Implemented Interfaces:
AutoCloseable

public class MzidCLI extends PsdbParent
Command line interface to export mzid files from psdb files.
Author:
Marc Vaudel
  • Constructor Details

    • MzidCLI

      public MzidCLI(MzidCLIInputBean mzidCLIInputBean)
      Construct a new MzidCLI runnable from a MzidCLI input bean. When initialization is successful, calling "run" will open the PeptideShaker project and write the desired mzid file.
      Parameters:
      mzidCLIInputBean - the mzId creation options
  • Method Details

    • call

      public Object call()
      Calling this method will run the configured PeptideShaker process.
      Returns:
      returns 1 if the process was canceled
    • main

      public static void main(String[] args)
      Starts the launcher by calling the launch method. Use this as the main class in the jar file.
      Parameters:
      args - the command line arguments
    • toString

      public String toString()
      Overrides:
      toString in class Object