IMP logo
IMP Reference Guide  develop.d4e9f3251e,2024/04/26
The Integrative Modeling Platform
IMP::mmcif Namespace Reference

Support for output of models in mmCIF format. More...

Detailed Description

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.

Info

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:

  • None

Namespaces

 data
 Classes to represent data structures used in mmCIF.
 
 
 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...
 

Function Documentation

def IMP.mmcif.get_data_path (   fname)

Return the full path to one of this module's data files.

Note
This function is only available in Python.

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.

Note
This function is only available in Python.

Definition at line 22 of file mmcif/__init__.py.

def IMP.mmcif.get_module_name ( )

Return the fully-qualified name of this module.

Note
This function is only available in Python.

Definition at line 12 of file mmcif/__init__.py.

def IMP.mmcif.get_module_version ( )

Return the version of this module, as a string.

Note
This function is only available in Python.

Definition at line 7 of file mmcif/__init__.py.