This is a test version of Biostars. For the public version, visit https://www.biostars.org.
How To Automate Primer Blast With Perl?

Hey all!

does any one have a PERL script for automating the PRIMER BLAST tool.... i.e. i want a script which will submit my fasta file and parameters to Primer BLAST and retrieve the output. I'm stuck because I'm not able to code in the waiting period between submission and output receipt using mechanize.

Any help is greatly appreciated. Vikas

primer blast primer

Did you specifically want to use primer-blast? Or would you be alright using primersearch from EMBOSS?

2 answers

There's a program by Jim Kent called isPCR that gives the PCR product, given two primers.

http://genome-test.cse.ucsc.edu/~kent/exe/linux/isPcr.zip

Otherwise, command line blastn with a small word size should work.

Thanks for ur answers. Actually, I don't have primer sequence but I want to design primers using Primer BLAST.

Thanks,

If you want to design primers, then use primer3

web - http://primer3.wi.mit.edu/

CLI - http://primer3.sourceforge.net/releases.php

Log in to answer this question.