Anton Korobeynikov

Results 75 issues of Anton Korobeynikov

In GFA format to augment existing graph from external sources

gfa

* Model around GAF format: list all paths, some paths queries (like in #4) * Maybe join with BLAST hits and their paths @ekg I started to draft better UI...

ui

Currently assembly graphs holds bunch of data structures with custom colors, styles, etc. It should be generalized and centralized.

refactoring

Currently error handling is mix-and-match of different things: exceptions are thrown, error strings are returned, etc. Make uniform error handling.

refactoring

Currently every node stores both incoming and outgoing edges. This doubles the memory required for edge storage, but more importantly, makes inefficient node-edge queries (e.g. we need to filter stuff...

perfomance
refactoring

@ekg Do you think it will be useful?

Update the docs from original Bandage wiki. Adding descriptions of new things, etc.

help wanted
documentation

Examples would include: * minimap2 * hmmer * some gene calling (prodigal, maybe something else)

enhancement

@ekg Will it be possible for you to draft requirement here? Something more specific than just "use coordinates along the path", if anything?

ui

When graph is reloaded we might end with stale annotations

bug