egonozer / in_silico_pcr

Perl script for simulating PCR reactions. Extract sequences from a query based on primer sequences.
GNU General Public License v3.0
37 stars 12 forks source link

single primer #6

Open IntPr opened 1 year ago

IntPr commented 1 year ago

How can I use it if I only have a single primer sequence (either forward or reverse) and not the complete primer set?

egonozer commented 1 year ago

You could try using a dummy primer sequence as the other primer. For example 20 A's. Then use the -c option to determine whether your actual primer sequence is found anywhere in your target.

On May 9, 2023, at 10:55 AM, IntPr @.***> wrote:

How can I use it if I only have a single primer sequence (either forward or reverse) and not the complete primer set?

— Reply to this email directly, view it on GitHub https://urldefense.com/v3/__https://github.com/egonozer/in_silico_pcr/issues/6__;!!Dq0X2DkFhyF93HkjWTBQKhk!VjS1az_idieYG5WyT8xlxqnLFVtaiSF20agw3ULj10-TmPxA2FEKVIMCKKVhmGEWCU0ExevykIQ35fFaw-fpD7miTHJ_Dw$, or unsubscribe https://urldefense.com/v3/__https://github.com/notifications/unsubscribe-auth/AAZATORZAXT3VQHMRJ74GQLXFJSH5ANCNFSM6AAAAAAX3P77O4__;!!Dq0X2DkFhyF93HkjWTBQKhk!VjS1az_idieYG5WyT8xlxqnLFVtaiSF20agw3ULj10-TmPxA2FEKVIMCKKVhmGEWCU0ExevykIQ35fFaw-fpD7nFA3rvzg$. You are receiving this because you are subscribed to this thread.

IntPr commented 1 year ago

thank you, it works, but it also selects sequences that don't have any primer matches at all.