Class GenericGorRunner


  • public class GenericGorRunner
    extends org.gorpipe.gor.session.GorRunner
    This class handles the most basic gor pipe execution. This includes setup, process and finish phases.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run​(org.gorpipe.gor.model.GenomicIterator iterator, gorsat.Commands.Processor processor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GenericGorRunner

        public GenericGorRunner()
    • Method Detail

      • run

        public void run​(org.gorpipe.gor.model.GenomicIterator iterator,
                        gorsat.Commands.Processor processor)
        Specified by:
        run in class org.gorpipe.gor.session.GorRunner