Re: Graph Data Structures

2006-11-25 Thread Pieter Swart
an hook your own C extension in. However, making it ispeed or memory efficient is quite application dependent. I am still not clear as to exactly what class of algorithms you want to implement via a string-interval representation, and whether you demand exact alignment or whether missing/incorrect data etc. is allowed as part of the alignment problem. HTH Pieter Swart -- http://mail.python.org/mailman/listinfo/python-list

Re: Using graphviz to visualize trace.py output, anybody?

2005-11-05 Thread Pieter Swart
[EMAIL PROTECTED] wrote: > I was originally thinking of piping the output of trace.py into a text > file and then have python massage that text file into a dot file for > graphviz to visualize. > > Some formatting is possible with graphviz, but I would expect the graph > to be very dependent on ho