Biopython's trie and triefind Modules are deprecated. This is an attempt to replace the functionality with pygtrie.
Fixes: #84
It also seems that Biopython support has been dropped for python-3.5 as can be seen in the Python Requirements section here
This is further confirmed as the latest commit in the master branch also fails the travis test, the result o which can be seen here
Biopython's trie and triefind Modules are deprecated. This is an attempt to replace the functionality with pygtrie. Fixes: #84
It also seems that Biopython support has been dropped for python-3.5 as can be seen in the
Python Requirements
section here This is further confirmed as the latest commit in the master branch also fails the travis test, the result o which can be seen hereThis is an attempt to fix it.