#!/bin/csh -b 
sed -e s/CWG/CWN/ < $1 > /tmp/drctest.cif
sed -e s/CSG/CSN/ < /tmp/drctest.cif > $1
rm /tmp/drctest.cif


