-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Long Read Giraffe #4323
base: master
Are you sure you want to change the base?
Long Read Giraffe #4323
Conversation
@xchang1 On my Mac, I get a failure in the randomized tests for the zip code tree:
I don't think we can get this to make today's release. |
I think we also need to fix #4324 before merging this, since this includes changes to |
I fixed my random unit tests - the problem was that it wasn't checking distances in snarls properly. It works now but I turned off the random tests too |
Combine two implementations of alignment edit sequence validation.
…ctually get our own htslib
…d graph for aligning to
…_sequence_between_consistently do
Lr giraffe missinsert
Turn off debug output
Shuffle tied minimizers when sorting and keep extra minimizers to fill gaps in read coverage
Changelog Entry
To be copied to the draft changelog by merger:
vg giraffe
now has--parameter-preset hifi
and--parameter_preset r10
for using a new chaining-based algorithm to map long reads.--parameter-preset sr
uses the new algorithm for single-ended short reads; the old--parameter-preset default
and--parameter-preset fast
remain available with the old non-chaining algorithm.giraffe-facts.py
script now knows how to read GAM files internally and no longer needs JSON preprocessing.Description
This adds the much-anticipated Long Read Giraffe to mainline vg.