We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
highlight these in a different color from blue?
The text was updated successfully, but these errors were encountered:
For edge case 1: allow user to check a box, default unchecked, for "Treat T and U as matching nucleobases?"
Add new function in app.py for def match_TU(text1, text2)
app.py
def match_TU(text1, text2)
Call that function around lines 60-62, and update the mismatch index list to remove indexes for TU
For edge case 2: allow placeholder non-bases (anything that is not ATGCU), e.g., for known overhanging nucleosides. No change needed.
Sorry, something went wrong.
No branches or pull requests
highlight these in a different color from blue?
The text was updated successfully, but these errors were encountered: