mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
update sprint labeling loading
This commit is contained in:
@@ -39,8 +39,8 @@ class SprintLabelingLoader extends ResidueLabeler<Boolean> implements Writable {
|
||||
}
|
||||
|
||||
String toElementCode(Protein protein, ResidueChain chain) {
|
||||
// String protCode = Futils.removeExtension(protein.name)
|
||||
String protCode = protein.name.substring(0, 4)
|
||||
String protCode = Futils.baseName(protein.name)
|
||||
// String protCode = protein.name.substring(0, 4)
|
||||
String chainId = chain.authorId
|
||||
|
||||
return protCode + chainId
|
||||
|
||||
Reference in New Issue
Block a user