Advance countMatMult stride once per gene, not once per dedup option (fixes #2704) - #2705
Open
danielsharritt wants to merge 1 commit into
Open
danielsharritt wants to merge 1 commit into
danielsharritt wants to merge 1 commit into
Conversation
…up option Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves SoloFeature_collapseUMIall.cpp:530 out of the indDedup loop so each multimapping gene occupies one countMatMult group, which is the layout ParametersSolo.cpp:661-665 and SoloFeature_outputResults.cpp:151-197 already assume. With more than one --soloUMIdedup option the current code writes N records per multimapping gene to every UniqueAndMult-*.mtx, N-1 of them on feature index 1. Tested on pbmc_1k_v3: with this change the three-option run's UniqueAndMult-EM_umiDedup-1MM_Directional_UMItools.mtx is byte-identical to the single-option UniqueAndMult-EM.mtx (md5 6c89f52b389b2432b0c5571bfbf8dcf9). Full evidence, logs and reproduction in #2704. Fixes #2704.
🤖 Generated with Claude Code