| | If you look into a PDB file, atom names consist of four characters,
some of which are spaces. This creates some weird problems, like Calpha atoms being named
" CA " and calcium atoms being named "CA ". By typing the first character in uppercase and the second character in lowercase,
you tell YASARA that you want the latter, shifted form. So 'DelAtom CA' or 'DelAtom ca' deletes the Calpha atoms,
while 'DelAtom Ca' deletes the calciums. The second example involves the logical operators
'and' and 'or' which must always be lower case to distinguish them from residue or atom names.
|