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

Set alternate alphabet to exclude lowercase by default #10

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

Conversation

joshuaroll
Copy link
Member

This change just removes the hard coding of alphabet to be codesAA for removing lowerCase and '.' gaps.

Line 377: Remove first part of if condition (i.e. eliminate "(ali->alphabet
 == codesAA) &&" and clean outer level of brackets)
Line 381: Remove condition on codesAA (i.e. always true), i.e. just the following remains: if
 (seq(ali->target,
 i) == 0)
 siteValid[i] = 0;
Line 530: Remove condition on codesAA (i.e. always true), i.e. change line to if
 (c == '.')
 c = '-';
Fix comments
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.

1 participant