Skip to content

consider sample count when parsing folded line when using base option#304

Open
conectado wants to merge 1 commit intojonhoo:mainfrom
firezone:main
Open

consider sample count when parsing folded line when using base option#304
conectado wants to merge 1 commit intojonhoo:mainfrom
firezone:main

Conversation

@conectado
Copy link

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.

@jonhoo
Copy link
Owner

jonhoo commented Sep 9, 2023

Ah, good catch! Would you mind including a test case for this too so we make sure this doesn't regress in the future?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants