-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRPGC.html
More file actions
67 lines (54 loc) · 2.81 KB
/
RPGC.html
File metadata and controls
67 lines (54 loc) · 2.81 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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Matthew Hahn Lab</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="lib/css/base.css">
<link rel="stylesheet" href="lib/css/skeleton.css">
<link rel="stylesheet" href="lib/css/layout.css">
<link rel="stylesheet" href="lib/css/main.css">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="lib/icon/favicon.ico">
<link rel="apple-touch-icon" href="images/appicon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/app_icon_72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/app_icon_114x114.png">
<style type="text/css">
.text {font-size: 17px; font-family: Arial }
</style>
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<!-- Delete everything in this .container and get started on your own site! -->
<div id="main" class="container">
<div id="content" class="fourteen columns offset-by-one">
<h3> </h3>
<h3>Recombinant Population Genome Construction (RPGC) </h3>
<p class="text">This page describes some of the tools that can be used to construct an accurate genome assembly by sequencing a recombinant population (what we call RPGC). </p>
<p class="text">The general outlines and constraints of the method are discussed in this <a href="Publications/Hahn_etal2014.pdf">paper</a>.</p>
<p class="text">A manual describing the step-by-step instructions for repeating the analyses described in the above paper can be found <a href="Programs/RPGC_CMD_HISTORY_v1.pdf">here</a>.</p>
<p class="text">A folder containing all the configuration files, python scripts, and example inputs can be found <a href="Programs/rpgc.zip">here</a>.</p>
<p class="text">All of the simulated data used in the paper have been deposited <a href="http://www.ncbi.nlm.nih.gov/sra/SRP031655">here</a>.</p>
<p> </p>
</div>
</div><!-- container -->
<!-- End Document
================================================== -->
</body>
</html>