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

Module molecule

source code

The molecule user function definitions.

Variables [hide private]
  uf_info = Uf_info()
  uf_class = uf_info.add_class('molecule')
  text = 'This adds a new molecule data container to the relax d...
  uf = uf_info.add_uf('molecule.type')
  __package__ = 'user_functions'
  i = 3

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


Variables Details [hide private]

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\'.'