You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
…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.
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.
The text was updated successfully, but these errors were encountered: