From 9fe0c1ce48af0fef1d48ec2fa7c0e4944b9c0efe Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 29 Jun 2007 07:17:45 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@86 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- tools/ecoSort.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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