Package demo

Class DemoMMCIFReader

java.lang.Object
demo.DemoMMCIFReader

public class DemoMMCIFReader extends Object
An example of how to read MMcif files
Author:
Andreas Prlic
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
    • loadSimple

      public void loadSimple()
      A basic example how to load an mmCif file and get a Structure object
    • loadFromDirectAccess

      public void 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.