Conversation
Generates a black-and-white HIV Env alignment image and adds it to the showcase gallery alongside the existing BAM, FASTA, and stacked examples.
tmsincomb
pushed a commit
that referenced
this pull request
Feb 28, 2026
Bugs fixed: - README API examples now use correct `columns` parameter (#1) - Gaps render in grey (GAP_COLOR) instead of black (TEXT_COLOR) (#2) Testing: - Added test_bam.py with 17 tests: 12 unit tests for CIGAR ops (match, insertion, deletion, soft-clip, ref-skip, windowing, complex mixed CIGARs) + 5 integration tests using example BAMs (#3) CI/CD: - Added lint job (black --check, isort --check) to CI workflow (#4) - Added Python 3.12 to test matrix (#10) Config & docs: - Fixed homepage URLs to tmsincomb/tview (#5) - Added [compose] optional-dependency extra for patchworklib, moved patchworklib from core deps since it's not imported (#6) - Replaced print() with logging.info() in renderer (#7) - mono_sm tick-label font now uses 0.8x fontsize (#8) - Panel.ins_columns uses field(default_factory=set) (#11) Test output images updated to reflect gap color and font changes. https://claude.ai/code/session_0131auyCkmPyg7DpokpeA1Vw
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.
Generates a black-and-white HIV Env alignment image and adds it to the showcase gallery alongside the existing BAM, FASTA, and stacked examples.