marbl / MetagenomeScope

Visualization tool for (meta)genome assembly graphs
https://marbl.github.io/MetagenomeScope/
GNU General Public License v3.0
24 stars 8 forks source link

Allow searching to return complements if needed #230

Open fedarko opened 2 years ago

fedarko commented 2 years ago

For when #67 is implemented. If the currently shown component contains node -N but not node N, and the user searches for node N, then show -N. This should also work with the vice-versa case.

... This would probably be more intuitive if we named nodes the same way Bandage does (N+ and N-), making this relationship explicit. But I guess that's an issue for another day.