feat: STARlong binary + long-read window-coverage filter - #116
Open
BenjaminDEMAILLE wants to merge 2 commits into
Open
feat: STARlong binary + long-read window-coverage filter#116BenjaminDEMAILLE wants to merge 2 commits into
BenjaminDEMAILLE wants to merge 2 commits into
Conversation
Add rustar-aligner-long binary (STAR's STARlong: identical CLI, forces the chaining-DP long-read stitcher via Parameters::long_read, matching how native STAR selects it by binary rather than a flag). Wire params.long_read through stitch_seeds_with_jdb_debug into a new window_read_coverage (ReadAlign_stitchPieces.cpp's WC accumulation, faithful to upstream's rLast=0 under-count for a seed starting at read position 0) and gate the winReadCoverageRelativeMin/winReadCoverageBasesMin cluster filter on long_read, since standard STAR does not filter clusters by seed coverage. Refactor stitch_seeds_core's preamble into prepare_stitch_input, shared with the (upcoming) STARlong chaining-DP stitcher stitch_seeds_long_read. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
`extend_alignment` gained an `extend_to_end` argument when --alignEndsType landed. The two long-read chaining call sites pass `false`: they score a seed's own extension potential during chaining, and --alignEndsType applies at the read ends, not there. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
BenjaminDEMAILLE
force-pushed
the
bd/starlong
branch
from
July 28, 2026 22:35
989504b to
7346df8
Compare
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.
Summary
rustar-aligner-longbinary (STAR's STARlong: identical CLI, forces the chaining-DP long-read stitcher viaParameters::long_read, matching how native STAR selects it by binary rather than a flag).params.long_readthroughstitch_seeds_with_jdb_debuginto a newwindow_read_coverage(ReadAlign_stitchPieces.cpp's WC accumulation, faithful to upstream'srLast=0under-count for a seed starting at read position 0) and gate thewinReadCoverageRelativeMin/winReadCoverageBasesMincluster filter onlong_read, since standard STAR does not filter clusters by seed coverage.docs-old/dev/porting-from-star-rs.md.Test plan