Class MergeAnnotatedRegions

java.lang.Object
org.broadinstitute.hellbender.cmdline.CommandLineProgram
org.broadinstitute.hellbender.engine.GATKTool
org.broadinstitute.hellbender.tools.copynumber.utils.MergeAnnotatedRegions
All Implemented Interfaces:
org.broadinstitute.barclay.argparser.CommandLinePluginProvider

@ExperimentalFeature public class MergeAnnotatedRegions extends GATKTool
  • Constructor Details

    • MergeAnnotatedRegions

      public MergeAnnotatedRegions()
  • Method Details

    • requiresReference

      public boolean requiresReference()
      Description copied from class: GATKTool
      Does this tool require reference data? Traversals types and/or tools that do should override to return true.
      Overrides:
      requiresReference in class GATKTool
      Returns:
      true if this tool requires a reference, otherwise false
    • traverse

      public void traverse()
      Description copied from class: GATKTool
      A complete traversal from start to finish. Tool authors who wish to "roll their own" traversal from scratch can extend this class directly and implement this method. Walker authors should instead extend a Walker class and implement the Walker-appropriate apply() method, since the Walker base classes implement the various kinds of traversals for you.
      Specified by:
      traverse in class GATKTool