Change ecotag parser to conform to the new ecotag format
This commit is contained in:
@ -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',
|
||||
|
Reference in New Issue
Block a user