Package VCF.Changers
Class RenameFormatChanger
- java.lang.Object
-
- VCF.Changers.RenameFormatChanger
-
- All Implemented Interfaces:
PositionChanger
public class RenameFormatChanger extends java.lang.Object implements PositionChanger
Renames a format
-
-
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
-
-
-
Method Detail
-
change
public void change(Position p) throws VCFNoDataException
Description copied from interface:PositionChanger
Change the given genotype- Specified by:
change
in interfacePositionChanger
- Parameters:
p
- The position to change- Throws:
VCFNoDataException
-
-