I have a String containing a tree in newick format and I want to turn it into biopython objects. The Bio.Phylo.read() function seems to only take file names or file handles as parameters. Is there any way to do this without actually saving the string to a file first? Thanks Mike