Class ArraysControlInfo

java.lang.Object
picard.arrays.illumina.ArraysControlInfo

public class ArraysControlInfo extends Object
A simple class to store names and counts for the the Control Information fields that are stored in an Illumina GTC file.
  • Field Details

  • Constructor Details

    • ArraysControlInfo

      public ArraysControlInfo(String control, String category, int red, int green)
  • Method Details

    • getCategory

      public String getCategory()
    • getControl

      public String getControl()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getGreen

      public int getGreen()
    • getRed

      public int getRed()
    • fullString

      public String fullString()