Modified the structure.read_pdb user function backend to skip water molecules.
All residues with the name 'HOH' are now skipped when loading PDB files. This is implemented in the
MolContainer.fill_object_from_pdb() method, and a RelaxWarning is printed listing the residue
numbers of all skipped waters.