Skip to content

Comments

Set alternate alphabet to exclude lowercase by default#10

Open
joshuaroll wants to merge 2 commits intodebbiemarkslab:masterfrom
joshuaroll:lowerCase
Open

Set alternate alphabet to exclude lowercase by default#10
joshuaroll wants to merge 2 commits intodebbiemarkslab:masterfrom
joshuaroll:lowerCase

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