File tree Expand file tree Collapse file tree
biojava-structure/src/main/java/org/biojava/nbio/structure Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ public class StructureIO {
6060 pdbID := [0-9][a-zA-Z0-9]{3}
6161 chainID := [a-zA-Z0-9]
6262 scopID := 'd' pdbID [a-z_][0-9_]
63- biol := 'BIOL :' pdbID [:]? [0-9]+
63+ biol := 'BIO :' pdbID [:]? [0-9]+
6464 pdp := 'PDP:' pdbID[A-Za-z0-9_]+
6565 resNum := [-+]?[0-9]+[A-Za-z]?
6666
@@ -71,10 +71,10 @@ public class StructureIO {
7171 4GCR.A_1-83 #one domain, by residue number
7272 3AA0.A,B #two chains treated as one structure
7373 d2bq6a1 #scop domain
74- BIOL :1fah #biological assembly nr 1 for 1fah
75- BIOL :1fah:0 #asym unit for 1fah
76- BIOL :1fah:1 #biological assembly nr 1 for 1fah
77- BIOL :1fah:2 #biological assembly nr 2 for 1fah
74+ BIO :1fah #biological assembly nr 1 for 1fah
75+ BIO :1fah:0 #asym unit for 1fah
76+ BIO :1fah:1 #biological assembly nr 1 for 1fah
77+ BIO :1fah:2 #biological assembly nr 2 for 1fah
7878
7979 * </pre>
8080 *
You can’t perform that action at this time.
0 commit comments