Skip to content
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 functionality to use chewBBACA's v3 new hashed output #15

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

KHajji
Copy link

@KHajji KHajji commented May 22, 2023

chewBBACA recently got an update that includes a feature to output hashed sequences instead of allele numbers. Since cgmlst-dists has specific filters for the input data, it is incompatible with this new format.|

This PR addresses this issue by adding a -H parameter to the command line interface to indicated the new hashed sequence format. When the parameter is supplied, a 64 bit integer is calculated from the hexadecimal hash and is used instead of the allele number when calculating distances.

Furthermore, when any allele in the pairwise comparison is of the form "-" or "NA", it is ignored and does not add to the distance.

@KHajji KHajji marked this pull request as ready for review May 31, 2023 15:05
@tseemann tseemann self-assigned this Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants