Skip to content

Commit 850996d

Browse files
committed
/* How can I access the header information of a PDB file? */
1 parent 1801471 commit 850996d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_wikis/BioJava:CookBook:PDB:header.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ title: BioJava:CookBook:PDB:header
77
new: since v1.6 BioJava can parse the COMPND and SOURCE header files.
88
Thanks to Jules Jacobsen (EBI) for providing the patch. The contained
99
information is availabe via the
10-
[Compound](http://www.biojava.org/docs/api16/org/biojava/bio/structure/Compound.html)
10+
[Compound](http://www.biojava.org/docs/api/org/biojava/bio/structure/Compound.html)
1111
class that can be accessed from
12-
[structure.getCompounds()](http://www.biojava.org/docs/api16/org/biojava/bio/structure/Structure.html).
12+
[structure.getCompounds()](http://www.biojava.org/docs/api/org/biojava/bio/structure/Structure.html).
1313

1414
<java> public static void main(String[] args){
1515

_wikis/BioJava:CookBook:PDB:header.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
===How can I access the header information of a PDB file?===
22

33
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()].
55

66

77
<java>

0 commit comments

Comments
 (0)