Skip to content

Commit af64d39

Browse files
committed
/* Example: How to parse a local file */
1 parent 2d8004a commit af64d39

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

wiki/BioJava:CookBook:PDB:read3.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ Example: How to parse a local file
258258

259259
This example shows how to read a PDB file from your file system, obtain
260260
a [Structure
261-
object](http://www.biojava.org/docs/api/org/biojava/bio/structure/Structure.html)
261+
object](http://www.biojava.org/docs/api/org/biojava/nbio/structure/Structure.html)
262262
and iterate over the
263-
[Groups](http://www.biojava.org/docs/api/org/biojava/bio/structure/Group.html)
263+
[Groups](http://www.biojava.org/docs/api/org/biojava/nbio/structure/Group.html)
264264
that are contained in the file. For more examples of how to access the
265-
[Atoms](http://www.biojava.org/docs/api/org/biojava/bio/structure/Atom.html)
265+
[Atoms](http://www.biojava.org/docs/api/org/biojava/nbio/structure/Atom.html)
266266
please go to <BioJava:CookBook:PDB:atoms>. For more info on how the
267267
parser deals with SEQRES and ATOM records please see
268268
<BioJava:CookBook:PDB:seqres> <java>

wiki/BioJava:CookBook:PDB:read3.0.mediawiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ public void loadStructureFromCache(){
219219

220220
== Example: How to parse a local file ==
221221

222-
This example shows how to read a PDB file from your file system, obtain a [http://www.biojava.org/docs/api/org/biojava/bio/structure/Structure.html Structure object] and iterate over
223-
the [http://www.biojava.org/docs/api/org/biojava/bio/structure/Group.html Groups] that are contained in the file. For more examples of how to access the [http://www.biojava.org/docs/api/org/biojava/bio/structure/Atom.html Atoms]
222+
This example shows how to read a PDB file from your file system, obtain a [http://www.biojava.org/docs/api/org/biojava/nbio/structure/Structure.html Structure object] and iterate over
223+
the [http://www.biojava.org/docs/api/org/biojava/nbio/structure/Group.html Groups] that are contained in the file. For more examples of how to access the [http://www.biojava.org/docs/api/org/biojava/nbio/structure/Atom.html Atoms]
224224
please go to [[BioJava:CookBook:PDB:atoms]]. For more info on how the parser deals with SEQRES and ATOM records please
225225
see [[BioJava:CookBook:PDB:seqres]]
226226
<java>

0 commit comments

Comments
 (0)