Package VCF.Changers

Class RenameFormatChanger

    • Constructor Summary

      Constructors 
      Constructor Description
      RenameFormatChanger​(java.lang.String oldName, java.lang.String newName)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void change​(Position p)
      Change the given genotype
      • Methods inherited from class java.lang.Object

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

      • RenameFormatChanger

        public RenameFormatChanger​(java.lang.String oldName,
                                   java.lang.String newName)
        Constructor
        Parameters:
        oldName - The old name of the format
        newName - The new name of the format