The Bloom filter approach (presented in this paper) corresponds to:
MakeDNADatabase.py
QueryDNADatabase.py
MakeNodeGraph.py
The new (as of yet unpublished) implementation that uses ternary search trees and streaming consists of
MakeStreamingDNADatabase.py
MakeStreamingPrefilter.py
StreamingQueryDNADatabase.py
StreamingQueryDNADatabase_queue.py (depreciated)
Need to clarify this in the repo structure, as well as Update the documentation
The Bloom filter approach (presented in this paper) corresponds to:
MakeDNADatabase.pyQueryDNADatabase.pyMakeNodeGraph.pyThe new (as of yet unpublished) implementation that uses ternary search trees and streaming consists of
MakeStreamingDNADatabase.pyMakeStreamingPrefilter.pyStreamingQueryDNADatabase.pyStreamingQueryDNADatabase_queue.py(depreciated)Need to clarify this in the repo structure, as well as Update the documentation