Skip to content

Commit a504ac0

Browse files
committed
/* Parse into custom data structures */
1 parent 31d5153 commit a504ac0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_wikis/BioJava:CookBook:PDB:mmcif.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ Parse into custom data structures
3636
---------------------------------
3737

3838
By default the file content will be loaded into the BioJava data
39-
structures. The parser is contains a built-in event model, which allows
40-
to load your own, custom data structures. For this you will require to
39+
structures. The parser contains a built-in event model, which allows to
40+
load your own, custom data structures. For this you will require to
4141
implement the [MMcifConsumer
4242
interface](http://www.spice-3d.org/public-files/javadoc/biojava/org/biojava/bio/structure/io/mmcif/MMcifConsumer.html)
4343
If you don;t have that, just use the SimpleMMcifConsumer

_wikis/BioJava:CookBook:PDB:mmcif.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To parse an mmCif file do the following:
2323

2424
== Parse into custom data structures ==
2525

26-
By default the file content will be loaded into the BioJava data structures. The parser is contains a built-in event model, which allows to load your own, custom data structures. For this you will require to implement the [http://www.spice-3d.org/public-files/javadoc/biojava/org/biojava/bio/structure/io/mmcif/MMcifConsumer.html MMcifConsumer interface] If you don;t have that, just use the SimpleMMcifConsumer
26+
By default the file content will be loaded into the BioJava data structures. The parser contains a built-in event model, which allows to load your own, custom data structures. For this you will require to implement the [http://www.spice-3d.org/public-files/javadoc/biojava/org/biojava/bio/structure/io/mmcif/MMcifConsumer.html MMcifConsumer interface] If you don;t have that, just use the SimpleMMcifConsumer
2727

2828
<java>
2929
@since 1.7

0 commit comments

Comments
 (0)