Skip to content

Fix #150: document assembly assumptions#158

Merged
iskandr merged 1 commit into
masterfrom
fix-150-document-assembly-assumptions
Apr 16, 2026
Merged

Fix #150: document assembly assumptions#158
iskandr merged 1 commit into
masterfrom
fix-150-document-assembly-assumptions

Conversation

@iskandr

@iskandr iskandr commented Apr 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Module docstring in assembly.py: exact-match and shared-alt requirements
  • Module docstring in variant_sequence.py: monotonic coverage assumption
  • README "Sequencing Recommendations": note about long-read/error-prone data
  • Bumped version to 1.4.15

Fixes #150

Test plan

  • ./test.sh passes (169 tests)
  • ./lint.sh passes

Add module docstrings to assembly.py and variant_sequence.py documenting
that the assembly requires exact sequence matches (breaks with long-read
error rates) and that coverage trimming assumes monotonic decay (breaks
with splice-junction reads).

Add a note to README's Sequencing Recommendations section.

Fixes #150
@coveralls

coveralls commented Apr 16, 2026

Copy link
Copy Markdown

Coverage Status

coverage: 93.174%. remained the same — fix-150-document-assembly-assumptions into master

@iskandr iskandr merged commit c6fad7d into master Apr 16, 2026
4 of 6 checks passed
@iskandr iskandr deleted the fix-150-document-assembly-assumptions branch April 16, 2026 03:58
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.

Document exact-match and monotonic-coverage assumptions in assembly

2 participants