Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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