Passing Fasta File To Primer3
1
1
Entering edit mode
13.5 years ago
New_Perl_Guy ▴ 10

Hi,

I have a perl program which allows me to browse NCBI database for particular gene sequence and return the gene sequence as a fasta file. now I want to pass the sequence to primer3 (I would like to design primer for the sequence). So can anyone help we with any perl scripts which allow me to call primer3 website and use the fasta file as input?

Thanks

perl sequence primer fasta • 5.6k views
ADD COMMENT
3
Entering edit mode
13.5 years ago

Rather than creating a robot, you'd better install the standalone version of primer3.

Regarding the script fasta2primer3, I found the following perl code : http://www.koders.com/perl/fid1E5D858FC135163F31E3BF1855BD4E62DA641547.aspx?s=open#L2

at the end your pipeline should work like this:

cat sequence.fasta | fasta2primer3.pl | primer3 -format_output > result.p3
ADD COMMENT
0
Entering edit mode

I think the correct unix way would be fasta2primer3.pl < sequences.fasta | primer3 -format_output > result.p3 (since there is no concatenation involved), but that is really just nit-picking

ADD REPLY
0
Entering edit mode

Vous pouvez me donner le script pour convertir à fasta en primer3, je ne peux pas le trouver dans le link,

merci

ADD REPLY

Login before adding your answer.

Traffic: 1255 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6