CYANA Command: library remove: Difference between revisions

From CYANA Wiki
Jump to navigation Jump to search
m (1 revision)
 
 
Line 9: Line 9:
== Description ==
== Description ==


This command removes residues, dihedral angles, atoms, or atom types
This command removes residues, dihedral angles, atoms, or atom types from the residue library that is currently kept in memory. If the parameter '''residues''' is given, then all residue entries for which at least one atom matches the atom selection given by the 'residues' parameter are removed from the library. If the parameter '''angles''' is given, then all dihedral angle entries matched by the corresponding dihedral angle selection are removed from the library. If the parameter '''atoms''' is given, then all atom entries matched by the corresponding atom selection are removed from the library. If the parameter '''types''' is given, then all atom type entries matched by the corresponding atom selection are removed from the library. Together with the removal of any entry from the library also the residue sequence, if present, will be erased in order to ensure consistency.
from the residue library that is currently kept in memory.
 
If the parameter '''residues''' is given, then all residue entries for
which at least one atom matches the atom selection given by the
'''residues''' parameter are removed from the library.
 
If the parameter '''angles''' is given, then all dihedral angle entries
matched by the corresponding dihedral angle selection are removed
from the library.
 
If the parameter '''atoms''' is given, then all atom entries matched by
the corresponding atom selection are removed from the library.
 
If the parameter '''types''' is given, then all atom type entries matched
by the corresponding atom selection are removed from the library.
 
Together with the removal of any entry from the library also the
residue sequence, if present, will be erased in order to ensure
consistency.

Latest revision as of 10:36, 7 August 2009

Parameters

residues=string
(default: none)
angles=string
(default: none)
atoms=string
(default: none)
types=string
(default: none)

Description

This command removes residues, dihedral angles, atoms, or atom types from the residue library that is currently kept in memory. If the parameter residues is given, then all residue entries for which at least one atom matches the atom selection given by the 'residues' parameter are removed from the library. If the parameter angles is given, then all dihedral angle entries matched by the corresponding dihedral angle selection are removed from the library. If the parameter atoms is given, then all atom entries matched by the corresponding atom selection are removed from the library. If the parameter types is given, then all atom type entries matched by the corresponding atom selection are removed from the library. Together with the removal of any entry from the library also the residue sequence, if present, will be erased in order to ensure consistency.