-
Notifications
You must be signed in to change notification settings - Fork 10
/
index-header.html
38 lines (35 loc) · 1.32 KB
/
index-header.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
<!DOCTYPE html>
<html>
<head>
<title>De novo assembly of Illumina reads using ABySS and alignment using BWA</title>
<link type="text/css" rel="stylesheet" href="github.css"/>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-2437900-2', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<script src="jquery-1.9.0.min.js"></script>
<script>
$(document).ready(function() {
$('blockquote').css('display', 'none');
$('blockquote').before('<a class="answer" href="#" style="color:orange">[show answer]</a>')
$('a.answer').on('click', function(event) {
$(this).next().show('fast');
$(this).hide();
event.preventDefault();
} );
} );
</script>
<div id="readme" class="clearfix announce instapaper_body md">
<span class="name">ABySS</span>
<article class="markdown-body entry-content" itemprop="mainContentOfPage">
<a href="http://github.com/sjackman/abyss-activity">
<img style="position: absolute; top: 0; right: 0; border: 0;"
src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"
alt="Fork me on GitHub"/>
</a>