简体   繁体   中英

How can I use mmCIF format instead PDB in BioJava?

I have a small problem...

I know that for download a PDB structure using BioJava I should use

Structure s = StructureIO.getStructure("code");

What I should do to use mmCIF file instead?

If you are on the latest BioJava, the default is already to use mmcif. You can configure this in the AtomCache class (and set a custom cache in StructureIO)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM