diff options
author | brook <brook> | 2011-10-31 21:25:57 +0000 |
---|---|---|
committer | brook <brook> | 2011-10-31 21:25:57 +0000 |
commit | 79c609c02df40af1f608f41d12d569fdfb525268 (patch) | |
tree | 64c5219732f3e0322e6da6d8ee8af72abbd6a527 /biology/Makefile | |
parent | cc8b459e71aae50227594a7c49dc1593ecc132ed (diff) | |
download | pkgsrc-79c609c02df40af1f608f41d12d569fdfb525268.tar.gz |
Initial import of primer3.
Primer3 is a widely used program for designing PCR primers (PCR =
"Polymerase Chain Reaction"). PCR is an essential and ubiquitous tool
in genetics and molecular biology. Primer3 can also design
hybridization probes and sequencing primers.
Diffstat (limited to 'biology/Makefile')
-rw-r--r-- | biology/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/biology/Makefile b/biology/Makefile index edf2729c2eb..e6179d39743 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2011/10/05 22:29:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2011/10/31 21:28:03 brook Exp $ # COMMENT= Software for the biological sciences @@ -26,6 +26,7 @@ SUBDIR+= nut SUBDIR+= openbabel SUBDIR+= pdbalign SUBDIR+= phylip +SUBDIR+= primer3 SUBDIR+= profit SUBDIR+= puzzle SUBDIR+= py-mol |