Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit f8ca02a

Browse files
committed
Docs
1 parent f4b201b commit f8ca02a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • biojava-structure/src/main/java/org/biojava/nbio/structure/io

biojava-structure/src/main/java/org/biojava/nbio/structure/io/BondMaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ private void formDisulfideBond(SSBondImpl disulfideBond) {
295295
try {
296296
// The PDB format uses author chain ids to reference chains. But one author chain id corresponds to multiple asym ids,
297297
// thus we need to grab all the possible asym ids (poly and nonpoly) and then try to find the atoms
298-
// See issue https://github.com/biojava/biojava/issues/943
298+
// See issue https://github.com/biojava/biojava/issues/929
299299
String polyChainId1 = structure.getPolyChainByPDB(disulfideBond.getChainID1()).getId();
300300
String polyChainId2 = structure.getPolyChainByPDB(disulfideBond.getChainID2()).getId();
301301
List<Chain> nonpolyChains1 = structure.getNonPolyChainsByPDB(disulfideBond.getChainID1());

0 commit comments

Comments
 (0)