-
Notifications
You must be signed in to change notification settings - Fork 55
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
add pyani dnadiff
subcommand
#424
Comments
I have been working under the branch Our main issue is that To replicate the results, we need to generate 4 command lines:
I have used the exact process implemented by dnadiff and successfully replicated the numbers for three separate test sets. You can find all the scripts and data here. |
Can we move the working branch for this to |
See note in #422 regarding implementation with |
|
As requested, the working branch for this issue was moved to |
Summary:
Add subcommand to use
dnadiff
approach to calculate ANI %ID and coverageDescription:
Different methods/approaches can lead to slightly different numbers being reported. In my previous meetings with @widdowquinn, we agreed that adding a dnadiff subcommand to replicate the values for ANI %ID and coverage would be a good idea.
We previously attempted to replicate the values of
AlignedBases
andAverageIdentity
given in the.report
file returned bydnadiff
. However, we were unable to do so solely by parsing thedelta
files due to differences in how they are processed by different programs (e.g.,show-coords
). One way of doing this would be to rundnadiff
to obtain all necessary files (.coords
and.rdiff
), and calculate the values from them.The text was updated successfully, but these errors were encountered: