File tree Expand file tree Collapse file tree
biojava-structure/src/main/java/org/biojava/nbio/structure/contact Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ public class InterfaceFinder {
2020
2121 public static final double DEFAULT_CONTACT_CUTOFF = 6 ;
2222
23- private static final CrystalTransform IDENTITY_TRANSFORM = new CrystalTransform (SpaceGroup . parseSpaceGroup ( "P1" ) );
23+ private static final CrystalTransform IDENTITY_TRANSFORM = new CrystalTransform (( SpaceGroup ) null );
2424 private static final boolean INCLUDE_HETATOMS = true ;
2525
2626 private Structure structure ;
@@ -43,7 +43,7 @@ public void setCutoff(double cutoff) {
4343
4444 /**
4545 * Find all inter polymer-chain interfaces in the structure.
46- * Two chains will be considered in contact if at least a pair of atoms from each is within the
46+ * Two chains will be considered in contact if at least a pair of atoms (one from each chain) is within the
4747 * contact cutoff.
4848 * @return the list of all interfaces
4949 */
You can’t perform that action at this time.
0 commit comments