Skip to content

Milestone 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@MeAmAnUsername MeAmAnUsername released this 16 Jun 10:07
· 333 commits to develop since this release

New features since milestone 4

  • minimap of the graph (can be toggled with ctrl+m)
  • Drawing speed back up to acceptable levels (last release was slow because of inefficient edge genome finding)
  • Annotations:
  • can be opened (file -> open GFF)
  • search with suggestions in opened annotations (left pane -> highlight -> search annotations)
    • selecting an annotation doesn't do anything yet.
  • Annotations are not drawn yet
  • caches in dedicated folder (caches/) with unique extension (.db.desoxyribonucleinezuur)
  • reduced memory footprint (We removed some classes and moved their functionality)
  • Progress bar is visible again.
  • dynamic loading has not been finished yet (separate release)

Note: There are 2 releases:
1 stable release from develop

  • The features of the develop branch are listed above

1 unstable release for dynamic loading

  • Dynamic loading only works to the right
  • layout is "suboptimal"
  • May stop loading on exceptions. This means that the graph becomes unresponsive, but you can still redraw it with the draw button.