Package user_functions :: Module molecule'
[hide private]
[frames] | no frames]

Module molecule'

source code

The molecule user function definitions.

Variables [hide private]
  ALLOWED_MOL_TYPES = ['protein', 'DNA', 'RNA', 'organic molecul...
  WIZARD_IMAGE_PATH = '/data/relax/tags/2.0.0/graphics/wizards/'
  __package__ = 'user_functions'
  i = 3
  id_string_doc = Desc_container("Spin ID string documentation")
  text = 'This adds a new molecule data container to the relax d...
  uf = <user_functions.objects.Uf_container object at 0x4938b50>
  uf_class = <user_functions.objects.Class_container instance at...
  uf_info = Uf_info()

Imports: Desc_container, Uf_info, copy_molecule, create_molecule, delete_molecule, display_molecule, get_molecule_ids, name_molecule, pipes, type_molecule


Variables Details [hide private]

ALLOWED_MOL_TYPES

Value:
['protein', 'DNA', 'RNA', 'organic molecule', 'inorganic molecule']

text

Value:
'This adds a new molecule data container to the relax data storage obj\
ect.  The same molecule name cannot be used more than once.  The molec\
ule type need not be specified.  However, if given, it should be one o\
f \'protein\', \'DNA\', \'RNA\', \'organic molecule\', or \'inorganic \
molecule\'.'

uf_class

Value:
<user_functions.objects.Class_container instance at 0x492b710>