These names were being prefixed by 'R' by Scientific python, so residue 'G' would be labelled as
residue 'RG'! This was causing the user function 'pdb.vectors()' to fail as the residue was
expected to be called 'G'. The prefix 'R' is now stripped from the residue name.