Package org.snpeff.pdb
Class IdMapperEntry
java.lang.Object
org.snpeff.pdb.IdMapperEntry
- All Implemented Interfaces:
Cloneable
,Comparable<IdMapperEntry>
An entry in a ID mapping file
- Author:
- pcingola
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneAndSet
(String chainId, int pdbAaLen, int trAaLen) Clone the object and return a copy having a different chain IDint
toString()
-
Field Details
-
trId
-
pdbId
-
pdbChainId
-
pdbAaLen
public int pdbAaLen -
trAaLen
public int trAaLen
-
-
Constructor Details
-
IdMapperEntry
-
-
Method Details
-
cloneAndSet
Clone the object and return a copy having a different chain ID -
compareTo
- Specified by:
compareTo
in interfaceComparable<IdMapperEntry>
-
toString
-