Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nh13
/
minibwa
Public
forked from
lh3/minibwa
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
7
Pull requests
8
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
ALT-aware mapping via post-extension liftover groups
- #7
#7
Draft
nh13
wants to merge 25 commits into
master
nh13/minibwa:master
from
feat/alt-aware-liftgroup
nh13/minibwa:feat/alt-aware-liftgroup
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Draft
ALT-aware mapping via post-extension liftover groups
#7
nh13
wants to merge 25 commits into
master
nh13/minibwa:master
from
feat/alt-aware-liftgroup
nh13/minibwa:feat/alt-aware-liftgroup
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
feat: ALT-aware mapping via liftover groups
Show description for c33be9c
nh13
committed
c33be9c
View commit details
Copy full SHA for c33be9c
Browse repository at this point
feat: fold displaced/unliftable ALT twins into their primary group
Show description for 4867f27
nh13
committed
4867f27
View commit details
Copy full SHA for 4867f27
Browse repository at this point
feat: opt-in PE-pair-primary SAM selection (--pe-pair-primary)
Show description for 5bf2e52
nh13
committed
5bf2e52
View commit details
Copy full SHA for 5bf2e52
Browse repository at this point
chore: idiomatic debug flags and comment clarity
Show description for a09cb7f
nh13
committed
a09cb7f
View commit details
Copy full SHA for a09cb7f
Browse repository at this point
feat: enable --pe-pair-primary by default under .alt
Show description for 64e5878
nh13
committed
64e5878
View commit details
Copy full SHA for 64e5878
Browse repository at this point
feat: damp MAPQ for rescue-manufactured coin-flip pairs
Show description for 595dec8
nh13
committed
595dec8
View commit details
Copy full SHA for 595dec8
Browse repository at this point
build(api-test): pass $(LIBS) when linking the ALT example programs
Show description for 7c9f393
nh13
committed
7c9f393
View commit details
Copy full SHA for 7c9f393
Browse repository at this point
fix: gate the two non-ALT-safe PE behaviours on ALT presence
Show description for 6e4c3d2
nh13
committed
6e4c3d2
View commit details
Copy full SHA for 6e4c3d2
Browse repository at this point
chore(alt): run the ALT suite, and make its baseline checks mean something
Show description for 79304ae
nh13
committed
79304ae
View commit details
Copy full SHA for 79304ae
Browse repository at this point
Commits on Aug 8, 2026
test(alt): drive the suite through `map`, not the bwa-compat `mem`
Show description for 6ca77f2
nh13
committed
6ca77f2
View commit details
Copy full SHA for 6ca77f2
Browse repository at this point
chore: ignore the ALT suite's build artifacts
Show description for f4e04e5
nh13
committed
f4e04e5
View commit details
Copy full SHA for f4e04e5
Browse repository at this point
feat(alt): drop --pe-pair-primary; upstream r417 does this now
Show description for 67a1c85
nh13
committed
67a1c85
View commit details
Copy full SHA for 67a1c85
Browse repository at this point
Commits on Aug 20, 2026
fix(alt): move the l2bit.h include away from MB_VERSION
Show description for c1d314f
nh13
committed
c1d314f
View commit details
Copy full SHA for c1d314f
Browse repository at this point
test(alt): index the chrM fixture hermetically, so a clean tree passes
Show description for c643f53
nh13
committed
c643f53
View commit details
Copy full SHA for c643f53
Browse repository at this point
Commits on Aug 22, 2026
fix(alt): resolve .alt in the caller, so --mmap is not silently non-ALT
Show description for 185831d
nh13
committed
185831d
View commit details
Copy full SHA for 185831d
Browse repository at this point
feat(alt): add --no-alt to align as if no ALT file existed
Show description for 615eadf
nh13
committed
615eadf
View commit details
Copy full SHA for 615eadf
Browse repository at this point
fix(alt): resolve .alt in `mem` too, and fail loudly on an unreadable --alt
Show description for ce1f7f4
nh13
committed
ce1f7f4
View commit details
Copy full SHA for ce1f7f4
Browse repository at this point
docs: say that alternate contigs are supported
Show description for 4cce447
nh13
committed
4cce447
View commit details
Copy full SHA for 4cce447
Browse repository at this point
Commits on Aug 23, 2026
fix(alt): correct the .alt span-lift and reject malformed records
Show description for a74219a
nh13
committed
a74219a
View commit details
Copy full SHA for a74219a
Browse repository at this point
refactor(alt): move placement primitives to the private header
Show description for 0a00a59
nh13
committed
0a00a59
View commit details
Copy full SHA for 0a00a59
Browse repository at this point
fix(alt): correct the mb_set_sam_pri doc; add a survival-guard ablation seam
Show description for 2a07943
nh13
committed
2a07943
View commit details
Copy full SHA for 2a07943
Browse repository at this point
fix(alt): unify the ALT CLI across map and mem
Show description for 03ebe49
nh13
committed
03ebe49
View commit details
Copy full SHA for 03ebe49
Browse repository at this point
perf(alt): hoist invariant lifted placement in the PE demotion loop
Show description for e5f40b2
nh13
committed
e5f40b2
View commit details
Copy full SHA for e5f40b2
Browse repository at this point
test(alt): cover reverse and multi-record lifts, and both sides of the guard
Show description for eebf201
nh13
committed
eebf201
View commit details
Copy full SHA for eebf201
Browse repository at this point
docs(alt): state mb_reconcile_alt grouping complexity accurately
Show description for 12584cc
nh13
committed
12584cc
View commit details
Copy full SHA for 12584cc
Browse repository at this point
You can’t perform that action at this time.