Team:USTC Software/notebook
From 2010.igem.org
(Difference between revisions)
Line 6: | Line 6: | ||
(1) for each basic biobrick, users could choose its forward or backward element. A backward element has the same sequence on different strands with its forward element when reading from 5' to 3'. | (1) for each basic biobrick, users could choose its forward or backward element. A backward element has the same sequence on different strands with its forward element when reading from 5' to 3'. | ||
+ | |||
+ | |||
+ | 技术贴: | ||
+ | |||
+ | http://www.oracle.com/technology/global/cn/products/berkeley-db/xml/index.html 下载BDB (Berkerly DB XML 2.5),可以很好支持XML文件的查找与插入,删除,索引操作,既支持命令行也支持应用程序的调用。 |
Revision as of 06:58, 29 July 2010
Goals:
(1) our software works only for biobricks transported in E.coli cells at present, may be it works in other compartments, such as B.subtilis, or Yeast in the future.
Features:
(1) for each basic biobrick, users could choose its forward or backward element. A backward element has the same sequence on different strands with its forward element when reading from 5' to 3'.
技术贴:
http://www.oracle.com/technology/global/cn/products/berkeley-db/xml/index.html 下载BDB (Berkerly DB XML 2.5),可以很好支持XML文件的查找与插入,删除,索引操作,既支持命令行也支持应用程序的调用。