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


