[BioPython] sc_match and sc_mismatch are empty.

Sebastian Bassi sbassi at gmail.com
Mon Mar 31 06:26:05 UTC 2008


sc_match and sc_mismatch are empty when there should be: 1 and -3.

>>> fr=NCBIXML.parse(open(f_in)).next()
>>> fr.version
u'2.2.17'
>>> fr.application
u'BLASTN'
>>> fr.expect
u'10'
>>> fr.sc_match
>>> fr.sc_mismatch

The xml file is here:
http://www.pastecode.com.ar/f7a880f5a
(click here to download: http://www.pastecode.com.ar/pastebin.php?dl=f7a880f5a)



-- 
Curso Biologia Molecular para programadores: http://tinyurl.com/2vv8w6
Bioinformatics news: http://www.bioinformatica.info
Tutorial libre de Python: http://tinyurl.com/2az5d5



More information about the Biopython mailing list