Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure repo so it's clear which approach is using the streaming, and which is using Bloom filters #18

Open
dkoslicki opened this issue Feb 6, 2020 · 0 comments

Comments

@dkoslicki
Copy link
Owner

The Bloom filter approach (presented in this paper) corresponds to:

  1. MakeDNADatabase.py
  2. QueryDNADatabase.py
  3. MakeNodeGraph.py

The new (as of yet unpublished) implementation that uses ternary search trees and streaming consists of

  1. MakeStreamingDNADatabase.py
  2. MakeStreamingPrefilter.py
  3. StreamingQueryDNADatabase.py
  4. StreamingQueryDNADatabase_queue.py (depreciated)

Need to clarify this in the repo structure, as well as Update the documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant