Support programs for primer design and picking
- Debian or Ubuntu compatible operating system
- Perl and Python execution environment
- Internet connection and wget
- Compilers, headers and libraries
- home directory (~)
- bin (command installation path if installPROGRAMS.sh is used)
- blastdb (BLAST database installation path)
- taxonomy (NCBI Taxonomy dump installation path)
- work (working directory containing support scripts)
wget https://github.com/astanabe/PrimerDesign/archive/master.tar.gz -O PrimerDesign-master.tar.gz
tar -xzf PrimerDesign-master.tar.gz
cd PrimerDesign-master
sh installDEPS.sh
This requires sudo password to execute.
sh installPROGRAMS.sh
This will install ecoPCR, Claident, Phylogears2, VSEARCH, EMBOSS, BLAST+ and R.
sh installDB.sh
This will install NCBI nt and NCBI Taxonomy dump files.
Above installer installs commands into ~/bin. Therefore, you need to add this path to PATH environment variable like below.
export PATH=~/bin:$PATH