Skip to content

Primer3 is a command line tool to select primers for polymerase chain reaction (PCR).

License

Notifications You must be signed in to change notification settings

primer3-org/primer3

Folders and files

NameName
Last commit message
Last commit date
Aug 18, 2024
Oct 20, 2017
Oct 28, 2017
Oct 10, 2024
Oct 10, 2024
Aug 3, 2024
Aug 18, 2021
Jun 26, 2019
Aug 18, 2021
Oct 17, 2017
Oct 28, 2017

Repository files navigation

Design PCR primers from DNA sequence. Widely used (190k Google hits for "primer3"). From mispriming libraries to sequence quality data to the generation of internal oligos, primer3 does it. C&perl.

Installing

sudo apt-get install -y build-essential g++ cmake git-all

git clone https://github.com/primer3-org/primer3.git primer3

cd primer3/src

make

make test

Run Primer3

./primer3_core ../example

Read the complete Primer3 manual

Primer3 Manual

or see /src/primer3_manual.htm