test a new obitools script

This commit is contained in:
2012-06-12 08:16:57 +00:00
parent 98c5636956
commit cc42a76bc7

View File

@ -202,7 +202,7 @@ if __name__ == '__main__':
wordlist|= newwords
newseqs = reduce(lambda x,y : x | y,
(word2seq[w] for w in newwords if w in newwords),
(word2seq[w] for w in newwords if w in word2seq),
set())