You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _wikis/BioJava:CookBook:PDB:header.mediawiki
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
===How can I access the header information of a PDB file?===
2
2
3
3
new: since v1.6 BioJava can parse the COMPND and SOURCE header files. Thanks to Jules Jacobsen (EBI) for providing the patch. The contained information is availabe via
4
-
the [http://www.biojava.org/docs/api16/org/biojava/bio/structure/Compound.html Compound] class that can be accessed from [http://www.biojava.org/docs/api16/org/biojava/bio/structure/Structure.html structure.getCompounds()].
4
+
the [http://www.biojava.org/docs/api/org/biojava/bio/structure/Compound.html Compound] class that can be accessed from [http://www.biojava.org/docs/api/org/biojava/bio/structure/Structure.html structure.getCompounds()].
0 commit comments