-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtools.php
More file actions
101 lines (34 loc) · 1.54 KB
/
tools.php
File metadata and controls
101 lines (34 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?php
include("template.php");
echoHtmlHead("Tools");
echoPageHeader();
?>
<!-- ================================== main content start ===================================== -->
<div id="content"><!-- content -->
<h1>Software & Databases</h1>
<p> We also developed a number of brand bioinformatics software and built a variety of databases.</p>
<h2>miRPara</h2>
<p>An effective tool for locating miRNAs coding regions in genome sequences and can be used as a screening step prior to HTS experiments. <br>It is available at <a href="http://www.whiov.ac.cn/bioinformatics/mirpara" target="_blank">http://www.whiov.ac.cn/bioinformatics/mirpara</a>. </p>
<h2>Clostdb</h2>
<p>A Clostridium sequence database </p>
</div><!-- end content -->
<div id="sidebar"><!-- sidebar -->
<h3>Recent</h3>
<div class="navcontainer">
<ul>
<li><a href="#">Clostridium Database</a></li>
</ul>
</div>
<h3>Links</h3>
<div class="navcontainer">
<ul>
<li><a href="http://www.whiov.cas.cn/" target="_blank">WIV-CAS</a></li>
<li><a href="http://159.226.126.177/wiv_bioinformatics/" target="_blank">Rayner Bioinformatics Lab</a></li>
<li><a href="http://159.226.126.177/mirpara/index.html" target="_blank">miRPara: miRNA Predition Tools</a></li>
</ul>
</div>
<h3>Contact Us</h3>
<p>s.raynere@wh.iov.cn</p>
</div><!-- end sidebar -->
<!-- =================================== main content end ======================================== -->
<?php echoPageFooter(); ?>