diff --git a/tools/ecoSort.py b/tools/ecoSort.py index a519375..4aac925 100755 --- a/tools/ecoSort.py +++ b/tools/ecoSort.py @@ -655,7 +655,9 @@ def buildSequenceTable(table,file,filter): identified = {} non_identified = {} ambiguous = {} - for sequence... + + for sequence in sequences: + pass