#!/bin/csh 

if ($2 == "") then
    echo "Fuses sequences of approximate rings. usage: ringfuse inputpdbfile outputpdbfile"
    echo "The input format is PDB, optionally preceeded by RNAview output; use script addrnaview to generate this extra preceeding base pair info."
    exit
endif

$NANOTILER_HOME/bin/nanoscript $NANOTILER_HOME/scripts/ringfuse.script $1 $2
