gfa1 icon indicating copy to clipboard operation
gfa1 copied to clipboard

Bug in bubble popping algorithm

Open snurk opened this issue 6 years ago • 2 comments

I believe there is a bug in bubble popping algorithm that leads to a removal of bubbles with (seemingly arbitrary long) tips of any orientation. See attached gfa (called my.txt to trick github attach dialogue). my.txt Despite looking like this in Bandage it is being simplified into a single unambiguous path by the -b option of gfaview. image

snurk avatar Oct 25 '19 04:10 snurk

BTW, while trying to extract a smaller example with the -s option I ran into an issue that gfaview -s list.txt -S 3 was still giving me a set of (3) disconnected nodes. list.txt

snurk avatar Oct 25 '19 04:10 snurk

I will mark this repo deprecated as most of the gfaview functionalities are supported by the asm command of gfatools. You can create an issue at gfatools instead.

lh3 avatar Nov 02 '19 02:11 lh3