Ejemplo n.º 1
0
 def __init__(self):
     """Create a BlastParser object (DEPRECATED)."""
     import warnings      
     warnings.warn("Bio.Blast.NCBIWWW.BlastParser is deprecated." \
                   + " We recommend you use the XML output with" \
                   + " the parser in Bio.Blast.NCBIXML instead.",
                   DeprecationWarning)
                    
     import NCBIStandalone
     self._scanner = _Scanner()
     self._consumer = SGMLStrippingConsumer(NCBIStandalone._BlastConsumer())
Ejemplo n.º 2
0
    def __init__(self):
        """Create a BlastParser object (DEPRECATED)."""
        import warnings
        warnings.warn("Bio.Blast.NCBIWWW.BlastParser is deprecated." \
                      + " We recommend you use the XML output with" \
                      + " the parser in Bio.Blast.NCBIXML instead.",
                      DeprecationWarning)

        import NCBIStandalone
        self._scanner = _Scanner()
        self._consumer = SGMLStrippingConsumer(NCBIStandalone._BlastConsumer())
Ejemplo n.º 3
0
 def __init__(self):
     """__init__(self)"""
     import NCBIStandalone
     self._scanner = _Scanner()
     self._consumer = SGMLStrippingConsumer(NCBIStandalone._BlastConsumer())
Ejemplo n.º 4
0
 def __init__(self):
     """__init__(self)"""
     import NCBIStandalone
     self._scanner = _Scanner()
     self._consumer = SGMLStrippingConsumer(NCBIStandalone._BlastConsumer())