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

mfpqpcr embedded get_pcr_product.py read primer files may trigger a bug #41

Open
jialiu232 opened this issue Mar 21, 2022 · 0 comments
Open
Assignees

Comments

@jialiu232
Copy link
Collaborator

jialiu232 commented Mar 21, 2022

The read_primer function in get_pcr_product.py needs to be modified a little bit to avoid possible error.

In the code:

if name[0] == 'R':
                    if seq in rpri:
                        temp = rpri[rseq] + ',' +name
                        rpri[rseq] = temp
                    else:
                        rpri[rseq] = name

the second if should check if rseq in rpri, instead of if seq in rpri

jialiu232 added a commit that referenced this issue Aug 31, 2022
pommevilla added a commit that referenced this issue Dec 6, 2022
fixed issue #41: a bug in read_primer function in get_pcr_product.py
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

No branches or pull requests

1 participant