Skip to content

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

@jialiu232

Description

@jialiu232

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions