You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, may I ask if Primer3's command-line parameters support setting replacement mutations for specific waypoints? The example is as follows: I tried to set the SEQUENCE-PRIMER sequence to include the mutated base, but encountered the following error: PRIMER PICKING PRODUCS FOR mutation_deample INPUT PROBLEM: Specified left primer not in sequence
#144
Open
azhe1234 opened this issue
Nov 28, 2024
· 1 comment
Here is my configuration file:
SEQUENCE_ID=mutation_example
SEQUENCE_TEMPLATE=tattggtgaagcctcaggtagtgcagaatatgaaacttcaggatccagtgggcatgctactggtagtgctgccggccttacaggcattatggtggcaaagtcgacagagttta
PRIMER_TASK=generic
PRIMER_PICK_LEFT_PRIMER=1
PRIMER_PICK_INTERNAL_OLIGO=0
PRIMER_PICK_RIGHT_PRIMER=1
PRIMER_OPT_SIZE=20
PRIMER_MIN_SIZE=18
PRIMER_MAX_SIZE=22
PRIMER_PRODUCT_SIZE_RANGE=70-150
PRIMER_EXPLAIN_FLAG=1
SEQUENCE_PRIMER=agcctcaggtagtgcagaatctgaaact
SEQUENCE_PRIMER_REVCOMP=gtcgactttgccaccataatgc
thank you!
Perhaps other parameters can be used to replace and mutate specific locations. Please let me know, thank you
The text was updated successfully, but these errors were encountered:
I don't think that the primer3 design engine has this functionality, although you are most likely to get an answer to your question over at the main primer3 repo (I see that you've already posed your question there as well, which is great).
If you are just looking to understand the melting temperature and/or thermodynamic properties of the interaction, I'd suggest you just use calc_heterodimer. For example (using your sequences):
For tasks like this (e.g., site directed mutagenesis), I would typically use the lower level bindings provided by primer3-py to construct my own pipeline, rather than relying on the native primer3 design engine.
Here is my configuration file:
SEQUENCE_ID=mutation_example
SEQUENCE_TEMPLATE=tattggtgaagcctcaggtagtgcagaatatgaaacttcaggatccagtgggcatgctactggtagtgctgccggccttacaggcattatggtggcaaagtcgacagagttta
PRIMER_TASK=generic
PRIMER_PICK_LEFT_PRIMER=1
PRIMER_PICK_INTERNAL_OLIGO=0
PRIMER_PICK_RIGHT_PRIMER=1
PRIMER_OPT_SIZE=20
PRIMER_MIN_SIZE=18
PRIMER_MAX_SIZE=22
PRIMER_PRODUCT_SIZE_RANGE=70-150
PRIMER_EXPLAIN_FLAG=1
SEQUENCE_PRIMER=agcctcaggtagtgcagaatctgaaact
SEQUENCE_PRIMER_REVCOMP=gtcgactttgccaccataatgc
thank you!
Perhaps other parameters can be used to replace and mutate specific locations. Please let me know, thank you
The text was updated successfully, but these errors were encountered: