Update:You May directly use our Massive RT-PCR Primer Designer from Jan 16, 2016.

————————————————————————————————————-
我先前曾经写过一个设计RT-PCR引物的脚本,当初运行良好,所以把它给分享了出来(在这里)。最近又用发现会有错误,“Missing SEQUENCE tag”,经过分析,最终解决了这个问题。

方法如下:

[cc lang=’bash’]sudo gedit /usr/local/share/perl/5.10.1/Bio/PrimerDesigner/primer3.pm[/cc]
将其中的SEQUENCE换成SEQUENCE_TEMPLATE即可。总共要换三四个位置。

造成这一错误的原因在于Primer3和Bio::PrimerDesigner的API不兼容。 前者使用“SEQUENCE_TEMPLATE”作为引物的模板,而后者确传递给primer3引物设计程序一个“SEQUENCE”参数,从而造成引物设计上的失败。

作者简介

Chun-Hui Gao is a Research Associate at Huazhong Agricultural University.

重复使用

Text and figures are licensed under Creative Commons Attribution CC BY 4.0. The source code is licensed under MIT. The full source is available at https://github.com/yihui/hugo-prose.

欢迎修订

如果您发现本文里含有任何错误(包括错别字和标点符号),欢迎在本站的 GitHub 项目里提交修订意见。

引用本文

如果您使用了本文的内容,请按照以下方式引用:

gaoch (2011). 处理设计引物时候的PRIMER_ERROR=Missing SEQUENCE tag错误. BIO-SPRING. /post/2011/09/21/2011-09-21-primer_error-missing-sequence-tag/

BibTeX citation

@misc{
  title = "处理设计引物时候的PRIMER_ERROR=Missing SEQUENCE tag错误",
  author = "gaoch",
  year = "2011",
  journal = "BIO-SPRING",
  note = "/post/2011/09/21/2011-09-21-primer_error-missing-sequence-tag/"
}