Skip to content

Commit 5f138f3

Browse files
committed
Another v5 test fix
1 parent 30f46d1 commit 5f138f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/symmetry/TestQuatSymmetryDetectorExamples.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ public class TestQuatSymmetryDetectorExamples {
5555
@Test
5656
public void testNMR() throws IOException, StructureException {
5757

58-
Structure pdb = StructureIO.getStructure("BIO:1b4c:1");
58+
// as of mmCIF v5 there's no bioassemblies for NMR entries, so now we use the AU (bioassembly 0) - JD 2017-08-02
59+
Structure pdb = StructureIO.getStructure("BIO:1b4c:0");
5960

6061
SubunitClustererParameters clusterParams = new SubunitClustererParameters();
6162
QuatSymmetryParameters symmParams = new QuatSymmetryParameters();

0 commit comments

Comments
 (0)