Description:
Optimize primers takes an input primer hits file (created by analyze_primers.py) and generates an output file containing the base frequency for each position in the primer.
Only primer hits that exceed a given score threshold will be considered for the base frequency output.
Usage: optimize_primers.py [options]
Input Arguments:
Note
[REQUIRED]
[OPTIONAL]
Output:
A tab-seperated text file will be generated containing the primer sequence, in 5’ to 3’ orientation, and the base frequencies for each nucleotide.
Standard Example usage:
optimize_primers.py [options] {-i hits_filepath [required]}
Use overall mismatches for scoring, set score threshold to only consider primer hits that are equal to or less than two mismatches:
optimize_primers.py -i primer2r_hits.txt -s overall_mismatches -t 2