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

Use the correct binsplitter in TaxVamb #377

Merged
merged 1 commit into from
Dec 10, 2024
Merged

Use the correct binsplitter in TaxVamb #377

merged 1 commit into from
Dec 10, 2024

Conversation

jakobnissen
Copy link
Member

Previously, TaxVamb incorrectly used the inert splitter instead of the one specified on command-line, when loading its composition. Since the binsplitter is properly initialized in calc_tnf, such that it will not attempt to binsplit on 'C' if this separator is not present, the use of an inert splitter skipped this initialization.
This caused a bug where the lack of a separator was not detected until the data was clustered, far too late.

Previously, TaxVamb incorrectly used the inert splitter instead of the one
specified on command-line, when loading its composition.
Since the binsplitter is properly initialized in `calc_tnf`, such that it will
not attempt to binsplit on 'C' if this separator is not present, the use of an
inert splitter skipped this initialization.
This caused a bug where the lack of a separator was not detected until the data
was clustered, far too late.
@jakobnissen jakobnissen merged commit 77e1cba into master Dec 10, 2024
6 checks passed
@jakobnissen jakobnissen deleted the splitter branch December 10, 2024 16:08
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.

1 participant