# HG changeset patch # User kpeter # Date 1197028832 0 # Node ID 0a1a6872855c79faad52c7315d88122e3fb627dc # Parent 716024e7c08087cc9dcbdf6a146c575d721de2fd Modified rename script (BpGraph instead of Bigraph). diff -r 716024e7c080 -r 0a1a6872855c scripts/rename-graphs --- a/scripts/rename-graphs Wed Dec 05 13:03:19 2007 +0000 +++ b/scripts/rename-graphs Fri Dec 07 12:00:32 2007 +0000 @@ -3,15 +3,8 @@ ID=$RANDOM cat $1 | \ -sed -e "s/bipartite undirected graph/_bigr_aph_label_/g"\ - -e "s/bipartite graph/_bigr_aph_label_/g"\ - -e "s/undirected graph/_gr_aph_label_/g"\ +sed -e "s/bipartite undirected graph/bipartite graph/g"\ -e "s/undirected edge/_ed_ge_label_/g"\ - -e "s/BpUGraph/_Bigr_aph_label_/g"\ - -e "s/BpUgraph/_Bigr_aph_label_/g"\ - -e "s/bpUGraph/_bigr_aph_label_/g"\ - -e "s/bpUgraph/_bigr_aph_label_/g"\ - -e "s/bpugraph/_bigr_aph_label_/g"\ -e "s/UGraph/_Gr_aph_label_/g"\ -e "s/uGraph/_gr_aph_label_/g"\ -e "s/ugraph/_gr_aph_label_/g"\ @@ -34,8 +27,6 @@ -e "s/_digr_aph_label_/digraph/g"\ -e "s/_Gr_aph_label_/Graph/g"\ -e "s/_gr_aph_label_/graph/g"\ - -e "s/_Bigr_aph_label_/Bigraph/g"\ - -e "s/_bigr_aph_label_/bigraph/g"\ -e "s/_Ar_c_label_/Arc/g"\ -e "s/_ar_c_label_/arc/g"\ -e "s/_Ed_ge_label_/Edge/g"\