Change ecotag parser to conform to the new ecotag format

This commit is contained in:
2009-07-21 18:26:12 +00:00
parent 2786acd295
commit 17c21ba875

View File

@ -38,7 +38,7 @@ class EcoTagFileIterator(utils.ColumnFile):
def __init__(self,stream):
utils.ColumnFile.__init__(self,
stream, '\t', True,
(str,str,
(str,str,str,
EcoTagFileIterator.value,
EcoTagFileIterator.value,
EcoTagFileIterator.value,
@ -59,6 +59,7 @@ class EcoTagFileIterator(utils.ColumnFile):
_colname = ['identification',
'seqid',
'best_match_ac',
'max_identity',
'min_identity',
'theorical_min_identity',