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
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-pickingVous pouvez me donner le script pour convertir à fasta en primer3, je ne peux pas le trouver dans le link,
merci