File tree Expand file tree Collapse file tree 7 files changed +46
-7
lines changed
Expand file tree Collapse file tree 7 files changed +46
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ def parse(self):
4444
4545 filename = self .rootlink ()
4646
47- with open (filename ,"rw +" ) as file :
47+ with open (filename ,"r +" ) as file :
4848 line = file .readline ()
4949 had_footer = False
5050
Original file line number Diff line number Diff line change @@ -34,3 +34,16 @@ This code will do the ASA calculation and output the values per residue and the
3434See [ DemoAsa] ( https://github.com/biojava/biojava/blob/master/biojava3-structure/src/main/java/demo/DemoAsa.java ) for a fully working demo.
3535
3636[ Shrake 1973 ] : http://www.sciencedirect.com/science/article/pii/0022283673900119
37+
38+ <!-- automatically generated footer-->
39+
40+ ---
41+
42+ Navigation:
43+ [ Home] ( ../README.md )
44+ | [ Book 3: The Protein Structure modules] ( README.md )
45+ | Chapter 11 : Accessible Surface Areas
46+
47+ Prev: [ Chapter 10 : External Databases] ( externaldb.md )
48+
49+ Next: [ Chapter 12 : Contacts within a chain and between chains] ( contact-map.md )
Original file line number Diff line number Diff line change @@ -61,3 +61,16 @@ See [DemoContacts](https://github.com/biojava/biojava/blob/master/biojava3-struc
6161[ Emmert-Streib 2007 ] : http://www.biomedcentral.com/pubmed/17608939
6262[ Benkert 2008 ] : http://www.biomedcentral.com/pubmed/17932912
6363[ Jones 2012 ] : http://www.ncbi.nlm.nih.gov/pubmed/22101153
64+
65+ <!-- automatically generated footer-->
66+
67+ ---
68+
69+ Navigation:
70+ [ Home] ( ../README.md )
71+ | [ Book 3: The Protein Structure modules] ( README.md )
72+ | Chapter 12 : Contacts within a chain and between chains
73+
74+ Prev: [ Chapter 11 : Accessible Surface Areas] ( asa.md )
75+
76+ Next: [ Chapter 13 - Finding all interfaces in crystal: crystal contacts] ( crystal-contacts.md )
Original file line number Diff line number Diff line change @@ -58,3 +58,16 @@ One can also cluster the interfaces based on their similarity. The similarity is
5858 }
5959```
6060
61+
62+ <!-- automatically generated footer-->
63+
64+ ---
65+
66+ Navigation:
67+ [ Home] ( ../README.md )
68+ | [ Book 3: The Protein Structure modules] ( README.md )
69+ | Chapter 13 - Finding all interfaces in crystal: crystal contacts
70+
71+ Prev: [ Chapter 12 : Contacts within a chain and between chains] ( contact-map.md )
72+
73+ Next: [ Chapter 16 : Special Cases] ( special.md )
Original file line number Diff line number Diff line change @@ -210,4 +210,4 @@ Navigation:
210210
211211Prev: [ Chapter 9 : Biological Assemblies] ( bioassembly.md )
212212
213- Next: [ Chapter 13 : Special Cases ] ( special .md)
213+ Next: [ Chapter 11 : Accessible Surface Areas ] ( asa .md)
Original file line number Diff line number Diff line change @@ -27,6 +27,6 @@ The following provides information about the status of a PDB entry
2727Navigation:
2828[ Home] ( ../README.md )
2929| [ Book 3: The Protein Structure modules] ( README.md )
30- | Chapter 14 : status information
30+ | Chapter 17 : status information
3131
32- Prev: [ Chapter 13 : Special Cases] ( special.md )
32+ Prev: [ Chapter 16 : Special Cases] ( special.md )
Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ DYG is an unusual group - it has 3 characters as a result of .getOne_letter_code
131131Navigation:
132132[ Home] ( ../README.md )
133133| [ Book 3: The Protein Structure modules] ( README.md )
134- | Chapter 13 : Special Cases
134+ | Chapter 16 : Special Cases
135135
136- Prev: [ Chapter 10 : External Databases ] ( externaldb .md)
136+ Prev: [ Chapter 13 - Finding all interfaces in crystal: crystal contacts ] ( crystal-contacts .md)
137137
138- Next: [ Chapter 14 : status information] ( lists.md )
138+ Next: [ Chapter 17 : status information] ( lists.md )
You can’t perform that action at this time.
0 commit comments