Skip to content

Releases: ProgrammingLife2017/hygene

Final Release

02 Jul 12:37
Compare
Choose a tag to compare

This is v1.0.0 of Hygene!

Known Issues

  • After extensive interaction with the graph, hovering over and clicking on nodes may result in longer response times than usual.

Alpha 2

02 Jul 09:34
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release
v1.0.0-alpha.2

Create README.md

Alpha 1

26 Jun 14:26
Compare
Choose a tag to compare
Alpha 1 Pre-release
Pre-release

A preview of the final program.

Demo for Milestone 6

23 Jun 10:19
Compare
Choose a tag to compare

To load the tomato GFA, you should run the program from the command line as follows:

java -Xmx4G -jar hygene-all-0.7.1.jar

Demo for Milestone 5

16 Jun 09:53
Compare
Choose a tag to compare

Run the JAR by double-clicking on it.

Known issues

  • Blank screen until first scroll (just scroll a bit to display the nodes and annotations)

Demo for Milestone 4

09 Jun 10:11
Compare
Choose a tag to compare

Extract the src folder to the same directory as the jar.

  • hygene-all-0.5.0.zip is our "main" release and has the new layout.
  • hygene-all-0.5.0-visual-encoding.zip has visual encodings such as edge thickness and path selection.

Known issues

  • Tomato is not displayed after the 1,691,584th node.
  • Some nodes are displayed
  • Backspace and arrow keys do not work in some input fields.

Demo for Milestone 3

02 Jun 10:17
Compare
Choose a tag to compare

Please pay attention:
There are two JARs in this release: One with ending all which has all navigation capabilities, but the old layout algorithm. The other one does not contain these features, but provides the new, improved layout algorithm.
The two JARs have different file database versions, so please do not forget to delete these file DBs between launches of different versions. Our apologies for the slight delay, this was caused due to unforeseen merging issues.

Known issues

  • .gfa files cannot be loaded when a .hygene for that file exists but the version of that database is mismatched. The recommended solution is to delete the corresponding .hygene file.
  • Zooming out very far on large genomes will result in a laggy system. This will be fixed when semantic zooming is introduced. The recommended solution is to not zoom out very far.
  • Cancelling the load operating (by closing the loading bar) does not actually stop the loading process.
  • Pressing the backspace or arrow keys in the centre point query input fields will result in the keys being ignored.
  • Edge case of center point queries: Edges to nodes that are not within the radius should not be drawn, but are at the moment. Therefore you sometimes see edges going to 'nothing'.

Demo for Milestone 2

19 May 10:05
Compare
Choose a tag to compare

Run by executing java -jar hygene-all-0.3.0.jar --file=filename.gfa

Milestone 1 w/ Improvements

12 May 16:31
Compare
Choose a tag to compare
v0.2.1

Add LICENSE

Demo for Milestone 1

12 May 09:53
Compare
Choose a tag to compare
v0.2.0

Add LICENSE