-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (60 loc) · 2.5 KB
/
index.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
<!doctype html>
<html>
<head>
<meta name="description" content="A KNIME workflow for ChIP-seq" />
<meta name="keywords" content="KNIME, workflow, ChIP-Seq, next-generation sequencing, peak calling, software, bioinformatics, computational biology, genetics, epigenetics" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="icon" type="image/png" href="img/favicon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="img/apple-touch-icon-180x180.png">
<title>A KNIME workflow for ChIP-seq</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<img src="img/chipseqknime_main_header.png" align="top" width='100%'/>
<br><br>
<div class="wrapper">
<header>
<h1>Chipseqknime</h1>
<p>A KNIME workflow for ChIP-Seq</p>
<p class="view"><a href="https://github.com/charite/chipseqknime">View the Project on GitHub <small>charite/chipseqknime</small></a></p>
<ul>
<li><a href="https://github.com/charite/chipseqknime/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/charite/chipseqknime/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/charite/chipseqknime">View On <strong>GitHub</strong></a></li>
</ul>
<p class="view"><a href="installation.html">Installation</a></p>
<p class="view"><a href="tutorial.html">Tutorial</a></p>
</header>
<section>
<h1>NEWS</h1>
<dl>
<dt>22/03/2016: Initialized website</dt>
<dd>Initialize website for documentation installation and usage.</dd>
</dl>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/temehi">temehi</a> and <a href="https://github.com/hansenp">Peter Hansen</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>