Results 12 comments of Wolfgang Beyer

I don't have any experience with C++, but as far as I know TensorFlow has its own C++ API which you could try to use.

Thanks, you're right. I have been refactoring things and ported the code to ES6. I'd be surprised if that is the only inaccuracy in the readme atm. I'll have a...

Hi, Thanks a lot for your suggestions! I tried to reproduce the issue with the disappearing graph on double-click of a track, but I wasn't successful. What's the console output...

The results certainly look dramatically different! The starting node in your second image is the small node in the top left corner of the first image, which only contains a...

Interesting, I've never seen this behavior and could not reproduce it. Does the node in question just have no haplotypes, or no reads as well? Is this a small enough...

Could it be that the missing reads are not part of the 'vg chunk' output? The tube map is not aware of anything going on outside its window of view,...

Hi, thanks for your interest in this project! Thanks for telling me about that bug. I could reproduce it and I will look for what is causing it. For now,...

Exactly, a graph genome browser is the vision I have in mind too. For the moment, I am mostly focusing on making it easier to build/use and to use your...

I have noticed some strange behavior regarding the length of the displayed sequence too. Does unselecting the "remove redundant nodes" checkbox in the visualization options make any difference in your...

I have thought about this idea a bit in the past. I think this should be doable in principle. I'm using d3.js and the browser for drawing the svg, but...