Skip to content

Commit 2faa7c3

Browse files
author
wash
committed
github generated gh-pages branch
0 parents  commit 2faa7c3

File tree

1 file changed

+96
-0
lines changed

1 file changed

+96
-0
lines changed

index.html

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
8+
<title>wash/rnacode @ GitHub</title>
9+
10+
<style type="text/css">
11+
body {
12+
margin-top: 1.0em;
13+
background-color: #ffffff;
14+
font-family: "helvetica";
15+
color: #000000;
16+
}
17+
#container {
18+
margin: 0 auto;
19+
width: 700px;
20+
}
21+
h1 { font-size: 3.8em; color: #000000; margin-bottom: 3px; }
22+
h1 .small { font-size: 0.4em; }
23+
h1 a { text-decoration: none }
24+
h2 { font-size: 1.5em; color: #000000; }
25+
h3 { text-align: center; color: #000000; }
26+
a { color: #000000; }
27+
.description { font-size: 1.2em; margin-bottom: 30px; margin-top: 30px; font-style: italic;}
28+
.download { float: right; }
29+
pre { background: #000; color: #fff; padding: 15px;}
30+
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
31+
.footer { text-align:center; padding-top:30px; font-style: italic; }
32+
</style>
33+
34+
</head>
35+
36+
<body>
37+
<a href="http://github.com/wash/rnacode"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
38+
39+
<div id="container">
40+
41+
<div class="download">
42+
<a href="http://github.com/wash/rnacode/zipball/master">
43+
<img border="0" width="90" src="http://github.com/images/modules/download/zip.png"></a>
44+
<a href="http://github.com/wash/rnacode/tarball/master">
45+
<img border="0" width="90" src="http://github.com/images/modules/download/tar.png"></a>
46+
</div>
47+
48+
<h1><a href="http://github.com/wash/rnacode">rnacode</a>
49+
<span class="small">by <a href="http://github.com/wash">wash</a></span></h1>
50+
51+
<div class="description">
52+
RNAcode - Analyze the protein coding potential in multiple sequence alignments
53+
</div>
54+
55+
<p>The purpose of RNA code is to detect protein coding regions in a set of homologous nucleotide sequences. RNAcode relies on evolutionary signatures, mainly synonymous/conservative mutations and conservation of the reading frame. These characteristics indicate negative selection acting on an encoded protein and allow sensitive and specific detection of coding regions.
56+
57+
RNAcode does not rely on any species specific sequence characteristics whatsoever and does not use any machine learning techniques.
58+
59+
The only input required for RNAcode is a multiple sequence alignment either in MAF or Clustal W format. RNAcode reports local regions with high coding potential and an associated p-value.
60+
61+
62+
</p><h2>Install</h2>
63+
<p>Extract the file and run:
64+
./configure
65+
make
66+
make install (as root)
67+
68+
See file INSTALL for details</p>
69+
<h2>License</h2>
70+
<p>RNAcode is licenced under The GNU General Public License version 3.</p>
71+
<h2>Authors</h2>
72+
<p>Stefan Washietl (washietl@ebi.ac.uk)<br/><br/> </p>
73+
<h2>Contact</h2>
74+
<p>Stefan Washietl (washietl@ebi.ac.uk)<br/> </p>
75+
76+
77+
<h2>Download</h2>
78+
<p>
79+
You can download this project in either
80+
<a href="http://github.com/wash/rnacode/zipball/master">zip</a> or
81+
<a href="http://github.com/wash/rnacode/tarball/master">tar</a> formats.
82+
</p>
83+
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
84+
by running:
85+
<pre>$ git clone git://github.com/wash/rnacode</pre>
86+
</p>
87+
88+
<div class="footer">
89+
get the source code on GitHub : <a href="http://github.com/wash/rnacode">wash/rnacode</a>
90+
</div>
91+
92+
</div>
93+
94+
95+
</body>
96+
</html>

0 commit comments

Comments
 (0)