inferno icon indicating copy to clipboard operation
inferno copied to clipboard

consider sample count when parsing folded line when using `base` option

Open conectado opened this issue 10 months ago • 1 comments

When filtering lines given the base option, the line was parsed using ; but given that a space-separated sample count could be included the first iterated value was always ignored to consider whether or not it's part of the base. This caused all the base samples that are leaves to be ignored, this PR fixed that by first splitting using a whitespace.

conectado avatar Sep 06 '23 00:09 conectado