[BioPython] Bio.expressions.blast.wublast
    Jeffrey Chang 
    jchang at jeffchang.com
       
    Wed Apr  9 21:03:52 EDT 2003
    
    
  
It's an expression for the Martel parser generator that Andrew Dalke  
wrote.  You can use this to parser wublast files with a SAX-like  
interface.  That means that you only need to write handler functions to  
deal with the data that you require.  So if you only need the sequence,  
for example, you only have to write code to pull the sequence out, and  
you can ignore the rest.
Check out the README file for examples on how to use it.
http://biopython.org/~dalke/Martel/README.txt
Jeff
On Wednesday, April 9, 2003, at 12:30  PM, yu huang wrote:
> What is that for?
> (Bio.expressions.blast.wublast)
>
> This module seems can parse a wublast output file into
> an xml file.
> But I don't know how to extract information from that
> xml file easily.
>
> Write all the handlers?
> Not possible.
>
> Would anyone give me a clue?
>
>
> Best regards,
>
> Yu Huang
>
>
>
> _________________________________________________________
> Do You Yahoo!?
> 雅虎通网络KTV, 随时随地免费卡拉OK~~
> http://rd.yahoo.com/mail_cn/tag/?http://cn.messenger.yahoo.com//chat/ 
> index.html
> _______________________________________________
> BioPython mailing list  -  BioPython at biopython.org
> http://biopython.org/mailman/listinfo/biopython
    
    
More information about the BioPython
mailing list