A python-based command-line package to augment primer and probe design for Recombinase Polymerase Amplification (RPA).
GitHub Installation
git clone https://github.com/MatthewHiggins2017/bioconda-PrimedRPA.git
cd ./bioconda-PrimedRPA
conda env create --file=PrimedRPA.yml
conda activate RPA
python setup.py install
Conda Installation
conda install -c bioconda primedrpa
Parameters can be parsed to PrimedRPA via the command line or using the PrimedRPA_Parameters.txt file. To download the text file please see the link below:
wget https://raw.githubusercontent.com/MatthewHiggins2017/bioconda-PrimedRPA/master/PrimedRPA_Parameters.txt
For each PrimedRPA run the following 3 key files are generated:
[RunID]_Alignment_Summary.csv
[RunID]_Oligo_Binding_Sites.csv
[RunID]_Output_Sets.csv
Please see the wiki for more information, including a step-by-step walk through of using the software.
PrimerRPA incorporates the following 3rd party software:
Clustal Omega (http://www.clustal.org/omega/) - For sequence alignment if necessary.
Blastn (https://blast.ncbi.nlm.nih.gov/Blast.cgi) - To assess primer/probe cross-reactivity.
Samtools (http://www.htslib.org/) - To assess primer/probe cross-reactivity.
If you encounter any bugs please contact me directly at matthew.higgins[at]lshtm.ac.uk