Skip to content

Commit 7cd7100

Browse files
committed
Minor fix
1 parent 2a16a64 commit 7cd7100

File tree

1 file changed

+1
-1
lines changed
  • biojava-structure/src/main/java/org/biojava/nbio/structure

1 file changed

+1
-1
lines changed

biojava-structure/src/main/java/org/biojava/nbio/structure/ChainImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ public String getSeqResSequence(){
574574
ChemComp cc = g.getChemComp();
575575
if ( cc == null) {
576576
logger.warn("Could not load ChemComp for group: ", g);
577-
str.append("X");
577+
str.append(StructureTools.UNKNOWN_GROUP_LABEL);
578578
} else if ( PolymerType.PROTEIN_ONLY.contains(cc.getPolymerType()) ||
579579
PolymerType.POLYNUCLEOTIDE_ONLY.contains(cc.getPolymerType())){
580580
// an amino acid residue.. use for alignment

0 commit comments

Comments
 (0)