Class FollowUpCLI

All Implemented Interfaces:
AutoCloseable

public class FollowUpCLI extends PsdbParent
Command line interface to run follow-up analysis on psdb files.
Author:
Marc Vaudel, Harald Barsnes
  • Constructor Details

    • FollowUpCLI

      public FollowUpCLI(FollowUpCLIInputBean followUpCLIInputBean)
      Construct a new FollowUpCLI runnable from a FollowUpCLI Bean. When initialization is successful, calling "run" will open the PeptideShaker project and write the desired output files.
      Parameters:
      followUpCLIInputBean - the follow-up 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