We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a16a64 commit 7cd7100Copy full SHA for 7cd7100
biojava-structure/src/main/java/org/biojava/nbio/structure/ChainImpl.java
@@ -574,7 +574,7 @@ public String getSeqResSequence(){
574
ChemComp cc = g.getChemComp();
575
if ( cc == null) {
576
logger.warn("Could not load ChemComp for group: ", g);
577
- str.append("X");
+ str.append(StructureTools.UNKNOWN_GROUP_LABEL);
578
} else if ( PolymerType.PROTEIN_ONLY.contains(cc.getPolymerType()) ||
579
PolymerType.POLYNUCLEOTIDE_ONLY.contains(cc.getPolymerType())){
580
// an amino acid residue.. use for alignment
0 commit comments