m5imunovic / curly-octo-train

0 stars 0 forks source link

Re-establish verification with new LJA Interface #170

Closed m5imunovic closed 6 months ago

m5imunovic commented 6 months ago

In order to be able to evaluate results mult.info is required. This is produced by JumboDBG in a run when we are creating ML graph samples. With new interface, IDs are not stable anymore so we need to use GFA files to hash the edge strings and create mapping between JumboDBG outputs.

This PR takes care of multiple things:

It seems that LJA runs undeterministically so it might happen that couple of edges are correct in one run and incorrect in another run, but this does > [!NOTE] affect overall results due to the large number of edges.

m5imunovic commented 6 months ago

Closes #165