Skip to content
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.

Converting HaploBlocker to use NodeTraversals #26

Open
4 tasks
josiahseaman opened this issue Aug 26, 2019 · 0 comments
Open
4 tasks

Converting HaploBlocker to use NodeTraversals #26

josiahseaman opened this issue Aug 26, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@josiahseaman
Copy link
Member

Currently, we have a working Database that supports ZoomLevels and we have a HaploBlocker algorithm that could produce ZoomLevels. However, the HaploBlocker implementation doesn't use the same objects and it hasn't been tested on non-linear graphs yet.

  • Object references changed
  • Object construction updated to NodeTraversal.objects.create()
  • Iterating over "all nodes" handled in a reasonable consistent order
  • Testing for non-linear test cases where summarization could trip over itself.
@josiahseaman josiahseaman added the enhancement New feature or request label Aug 26, 2019
@josiahseaman josiahseaman self-assigned this Aug 26, 2019
josiahseaman added a commit that referenced this issue Aug 26, 2019
…and NodeTraversals to a new ZoomLevel. I'm committing here because I want to save a working test state. Using pycharm, make sure you use Django Tests (manage.py) with no Target. This will run all tests in the project. I added bulk_create for NodeTraversals because the KE_chromo test was ridiculously slow.
josiahseaman added a commit that referenced this issue Sep 3, 2019
… ZoomLevel relationship is over complicated.
josiahseaman added a commit that referenced this issue Sep 3, 2019
josiahseaman added a commit that referenced this issue Sep 3, 2019
…h full copies of all Nodes and Paths. Data sharing removed.
josiahseaman added a commit that referenced this issue Sep 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant