简体   繁体   English

如何在BioJava中使用mmCIF格式代替PDB?

[英]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 我知道要下载使用BioJava的PDB结构我应该使用

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

What I should do to use mmCIF file instead? 我该怎么做才能使用mmCIF文件?

If you are on the latest BioJava, the default is already to use mmcif. 如果您使用的是最新的BioJava,则默认情况下已使用mmcif。 You can configure this in the AtomCache class (and set a custom cache in StructureIO) 您可以在AtomCache类中配置它(并在StructureIO中设置自定义缓存)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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