PrimerMapper
PrimerMapper copied to clipboard
GUI for batch primer design with graphical output for PCR and SNP detection
PrimerMapper version 3.0
Author: Damien O'Halloran, The George Washington University
Installation
- Clone the PrimerMapper repo
git clone https://github.com/dohalloran/PrimerMapper.git - The extracted dir will be called PrimerMapper
cd PrimerMapper
perl Makefile.PL
make
make test
make install
Getting Started
- You must have
primer3in your PATH
Click here to get primer3 or on Linuxsudo apt-get install primer3 - Must have following BioPerl modules:
Bio::SeqIO
Bio::Graphics
Bio::SeqFeature::Generic
WARNING: the option 'clean_up' deletes the '.txt' extension files generated from cwd
Usage
From the commandline, type:
perl PrimerMapper_driver.pl
Contributing
All contributions are welcome.
Testing
PrimerMapper was successfully tested on:
- [x] Linux Mint 64-bit ver.18
Support
If you have any problem or suggestion please open an issue here.
License
GNU GENERAL PUBLIC LICENSE