-
Notifications
You must be signed in to change notification settings - Fork 196
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
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 |
Autoindex zipcodes
This renames the "sr" preset so it is more clearly using chaining and not the recommended short read mode. It also stops you from accidentally using chaining presets or the chaining flag with paired-end inputs, which can't actually run on the chaining codepath.
Ensafen short read chaining preset
It happened 😮 |
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.chaining-sr
and locked out for paired end inputsDescription
This adds the much-anticipated Long Read Giraffe to mainline vg.