Package demo
Class DemoMMCIFReader
java.lang.Object
demo.DemoMMCIFReader
An example of how to read MMcif files
- Author:
- Andreas Prlic
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
An example demonstrating how to directly use the mmCif file parsing classes.void
A basic example how to load an mmCif file and get a Structure objectstatic void
-
Constructor Details
-
DemoMMCIFReader
public DemoMMCIFReader()
-
-
Method Details
-
main
-
loadSimple
A basic example how to load an mmCif file and get a Structure object -
loadFromDirectAccess
An example demonstrating how to directly use the mmCif file parsing classes. This could potentially be used to use the parser to populate a data-structure that is different from the biojava-structure data model.
-