-
Notifications
You must be signed in to change notification settings - Fork 1
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
wts.R creates wobble Positionen with AF >90% #6
Comments
Commit 0edb6c2 on branch issue-6 applies a quick fix of this issue but it would be better to find the cause of it and fix that. |
This issue would by the way also fail to create a wobble-free sequence if one wants to create a "majority consensus" sequence by just setting the variant_threshold to 50% (which is in my opinion not a very robust approach anyway as a major base could always also be present at <50% if there is more than one alternative base for example). |
I found that this issue is caused by CRLF line endings in wrapped reference fasta files (instead of LF). Using either unwrapped fasta files or ensuring LF line endings avoids this issue. PS: The reference sequence should also not contain any ambiguous nucleotide codes as this also leads to issues for the consensus sequence. |
Strangely affects CMV amplicon of gene UL97.
The text was updated successfully, but these errors were encountered: