-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
137 lines (126 loc) · 5.98 KB
/
404.html
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>404 - File not found</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link href="/assets/css/bootstrap.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
<link href="/assets/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- <div class="nav-collapse" style="float:right;">
<ul class="nav">
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
-->
<!--/.nav-collapse -->
<a class="brand" href="/">NGSUtils</a>
</div>
</div>
</div>
<div class="container">
<div class="row-fluid">
<div class="span2">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="nav-header"><i class="icon-chevron-right"></i> NGSUtils</li>
<li {% if page.title == "Introduction" %}class="active"{% endif %}><a href="/">Introduction</a></li>
<li {% if page.title == "Getting started" %}class="active"{% endif %}><a href="/getting-started">Getting started</a></li>
<li {% if page.title == "Installation" %}class="active"{% endif %}><a href="/installation">Installation</a></li>
<li {% if page.title == "News" %}class="active"{% endif %}><a href="/news">News</a></li>
<li {% if page.title == "Contact" %}class="active"{% endif %}><a href="/contact">Contact</a></li>
<li class="nav-header"><i class="icon-cog"></i> Modules</li>
<li {% if page.module == "bamutils" %}class="active"{% endif %}><a href="/modules/bamutils">bamutils</a></li>
<li {% if page.module == "bedutils" %}class="active"{% endif %}><a href="/modules/bedutils">bedutils</a></li>
<li {% if page.module == "fastqutils" %}class="active"{% endif %}><a href="/modules/fastqutils">fastqutils</a></li>
<li {% if page.module == "gtfutils" %}class="active"{% endif %}><a href="/modules/gtfutils">gtfutils</a></li>
<li class="nav-header"><i class="icon-share"></i> Related</li>
<li><a href="http://github.com/ngsutils/xsqutils">xsqutils</a></li>
<li><a href="http://github.com/mbreese/tabutils">tabutils</a></li>
<li class="nav-header"><i class="icon-upload"></i> Project links</li>
<li><a href="http://github.com/ngsutils/ngsutils/tags">Latest version</a></li>
<li><a href="http://github.com/ngsutils/ngsutils/wiki">Wiki</a></li>
<li><a href="http://github.com/ngsutils/ngsutils">Git repository</a></li>
<li><a href="http://github.com/ngsutils/ngsutils/issues">Bug reports</a></li>
<li><a href="https://raw.github.com/ngsutils/ngsutils/master/LICENSE">License (GPL v2)</a></li>
</ul>
</div><!--/.well -->
</div><!--/span-->
<div class="span10">
<div class="row-fluid">
<div class="span10">
<h2 id="page-title">
404 - Resource not found
</h2>
<p>The file you were looking for wasn't found... we looked really hard, but just couldn't find it.</p>
<p>Please see any of the selections to the left for more information...</p>
<a href="/">Back to the Introduction</a>
</div><!--/span-->
</div><!--/row-->
</div><!--/span-->
</div><!--/row-->
<hr>
<footer>
<center>
<table border="0" cellpadding="0">
<tr>
<td>
<table border="0" cellpadding="8" cellspacing="16" style="border-right: 1px solid #ddd; margin-right:32px;">
<tr>
<td>
<a href="http://compbio.iupui.edu"><img title="Center for Computational Biology and Bioinformatics" alt="Center for Computational Biology and Bioinformatics" src="/assets/img/logo_CCBB50.png" border="0"></a>
</td>
<td>
<a href="http://compbio.iupui.edu/group/6/pages/about_us"><b>Liu Lab</b></a><br/>
Center for Computational Biology and Bioinformatics<br/>
Department of Medical and Molecular Genetics<br/>
Indiana University School of Medicine<br/>
</td>
<td> </td>
</tr>
</table>
</td>
<td>
<a href="http://medicine.iu.edu"><img title="Indiana University School of Medicine" alt="Indiana University School of Medicine" src="/assets/img/logo3.gif" border="0"></a>
</td>
</tr>
</table>
<br/>
<p>© 2010-2012 - The Trustees of Indiana University</p>
<div style="color: #ccc">Last generated on {{ site.time }}</div>
</center>
</footer>
</div><!--/.fluid-container-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-33450074-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>