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

First stab at generating MASC-PCR primers for specific variants. #7

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

Conversation

glebkuznetsov
Copy link
Contributor

This new code attempts to re-use the existing code as much as possible.
Thus the pipeline is setup to create a modified genome and then reuse
Mauve alignment and other functions where possible.

It should be possible to refactor this to get rid of the need for Mauve
by manually building the lookup tables (LUTs).

glebkuznetsov and others added 5 commits March 21, 2015 09:26
This new code attempts to re-use the existing code as much as possible.
Thus the pipeline is setup to create a modified genome and then reuse
Mauve alignment and other functions where possible.

It should be possible to refactor this to get rid of the need for Mauve
by manually building the lookup tables (LUTs).
…Size

Fix bug in ioutil#getPrimerPairProductSize.
This new code attempts to re-use the existing code as much as possible.
Thus the pipeline is setup to create a modified genome and then reuse
Mauve alignment and other functions where possible.

It should be possible to refactor this to get rid of the need for Mauve
by manually building the lookup tables (LUTs).
Previously we were not properly searching the space of possible primers.
Now I'm more confident we are.
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.

2 participants