test a new obitools script
This commit is contained in:
@ -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())
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user