Package | Description |
---|---|
org.biojava.nbio.structure.io.mmcif |
Input and Output of mmcif files.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleMMcifParser
A simple mmCif file parser
Usage:
String file = "path/to/mmcif/file";
StructureIOFile pdbreader = new MMCIFFileReader();
Structure s = pdbreader.getStructure(file);
System.out.println(s);
// you can convert it to a PDB file...
|
Copyright © 2000–2019 BioJava. All rights reserved.