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
Since most properties of kmers and their RCs will be the same, this is fine through swga filter.
swga filter
However sets may exist that can include primerA and primerB(RC) but not primerA and primerB (due to heterodimer checks).
So we need to include the RC of active primers in swga find_sets
swga find_sets
The text was updated successfully, but these errors were encountered:
All reverse complements are added during swga count for simplicity. Fixed in 2721611
swga count
Sorry, something went wrong.
No branches or pull requests
Since most properties of kmers and their RCs will be the same, this is fine through
swga filter
.However sets may exist that can include primerA and primerB(RC) but not primerA and primerB (due to heterodimer checks).
So we need to include the RC of active primers in
swga find_sets
The text was updated successfully, but these errors were encountered: