IMP Reference Guide
2.20.0
The Integrative Modeling Platform
|
Support for output of models in mmCIF format. More...
Support for output of models in mmCIF format.
This module adds basic support for outputting IMP models in mmCIF format, using the integrative/hybrid modeling extensions. This allows IMP models to be deposited in PDB-dev.
Note that this module is still under heavy development, and not yet completely functional.
Author(s): Benjamin Webb
Maintainer: benmwebb
License: LGPL This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
Publications:
Namespaces | |
data | |
Classes to represent data structures used in mmCIF. | |
metadata | |
Classes to extract metadata for various input files. | |
restraint | |
Map IMP restraints to mmCIF categories. | |
util | |
Utility functions for IMP.mmcif. | |
Functions | |
def | get_data_path |
Return the full path to one of this module's data files. More... | |
def | get_example_path |
Return the full path to one of this module's example files. More... | |
def | get_module_name |
Return the fully-qualified name of this module. More... | |
def | get_module_version |
Return the version of this module, as a string. More... | |
def IMP.mmcif.get_data_path | ( | fname | ) |
Return the full path to one of this module's data files.
Definition at line 17 of file mmcif/__init__.py.
def IMP.mmcif.get_example_path | ( | fname | ) |
Return the full path to one of this module's example files.
Definition at line 22 of file mmcif/__init__.py.
def IMP.mmcif.get_module_name | ( | ) |
Return the fully-qualified name of this module.
Definition at line 12 of file mmcif/__init__.py.
def IMP.mmcif.get_module_version | ( | ) |
Return the version of this module, as a string.
Definition at line 7 of file mmcif/__init__.py.