PositionChanger
public class RenameFormatChanger extends java.lang.Object implements PositionChanger
Constructor | Description |
---|---|
RenameFormatChanger(java.lang.String oldName,
java.lang.String newName) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
void |
change(Position p) |
Change the given genotype
|
public RenameFormatChanger(java.lang.String oldName, java.lang.String newName)
oldName
- The old name of the formatnewName
- The new name of the formatpublic void change(Position p) throws VCFNoDataException
PositionChanger
change
in interface PositionChanger
p
- The position to changeVCFNoDataException