-
Notifications
You must be signed in to change notification settings - Fork 0
/
overview.html
306 lines (273 loc) · 11.3 KB
/
overview.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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
<!DOCTYPE html>
<html lang="en">
<head>
<title>Overview - CBFM</title>
<meta charset="utf-8">
<meta name="author" content="pixelhint.com">
<meta name="description" content="Sublime Stunning free HTML5/CSS3 website template"/>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/fancybox-thumbs.css">
<link rel="stylesheet" type="text/css" href="css/fancybox-buttons.css">
<link rel="stylesheet" type="text/css" href="css/fancybox.css">
<link rel="stylesheet" type="text/css" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/fancybox.js"></script>
<script type="text/javascript" src="js/fancybox-buttons.js"></script>
<script type="text/javascript" src="js/fancybox-media.js"></script>
<script type="text/javascript" src="js/fancybox-thumbs.js"></script>
<script type="text/javascript" src="js/wow.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<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-63171219-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<section class="billboard light">
<header class="wrapper light">
<a href="http://www.fieldmuseum.org" target="_blank"><img class="logo" src="img/Field.png" alt=""/></a>
<nav>
<ul>
<!-- <li><a href="">About Us</a></li> -->
<!-- <li><a href="">Products</a></li> -->
<li><a href="index.html">CBFM Home</a></li>
<li><a href="overview.html">Overview</a></li>
<li><a href="install.html">Install</a></li>
<li><a href="material.html">Material</a></li>
</ul>
</nav>
</header>
<div class="caption light animated wow fadeInDown clearfix">
<h1>Computational Biology at the Field Museum Workshop - CBFM</h1>
<p>An easy way into the world of computational biology</p>
<hr>
</div>
<div class="shadow"></div>
</section><!-- End billboard -->
<section class="testimonials wrapper">
<div class="title animated wow fadeIn">
<h2>Overview</h2>
<h3>Course Description, Requirements, Course Schedule
</h3>
<hr class="separator"/>
</div>
<ul class="clearfix">
<li class="animated wow fadeInDown">
<p>Computational work becomes increasingly important for modern biologist to analyze massive data sets generated by high-throughput sequencing techniques. Many biologists are now challenged to work with gigabytes of sequencing data generated in only hours by parallel sequencing machines. These sequencing data are usually produced in the form of large text files, which makes the Unix operating system (including Linux) particularly suited to processing such files --especially when operated from the command line. Hence, the aim of this workshop is to introduce computational biology work using Linux to everyone who has never worked with the Linux command line before.
</p>
<p>During the first weeks of the course, you will learn basic but powerful Linux commands to manage your folder structure, handle large files, and install and execute programs. After you feel comfortable in the Linux command line environment, you will apply your new knowledge to: assemble high throughput sequencing data into continuous genomes, verify the integrity of these genomes by sequence mapping, use search methods to identify gene regions, and use these regions for phylogenetic reconstruction – all on the Linux operating system. We’ll finish this course with a basic introduction to concepts of the programming language Python which will allow you to script your personal bioinformatics routines.
</p>
<hr class="separator"/>
<p><b>You’ll learn how to:
</b></p>
<p>- Operate Linux from the command line
</p>
<p>- Install and execute Linux programs
</p>
<p>- Work with the structure of large high-throughput sequencing data formats (e.g. fastq, sam, vcf)
</p>
<p>- Assemble and analyze a genome sequence (using SPAdes and/or velvet)
</p>
<p>- Verify genome integrity by sequence mapping (using bowtie and samtools)
</p>
<p>- Identify gene regions (using blast)
</p>
<p>- Use the assembled sequences for phylogenetic reconstruction (using RAxML and/or PhyML)
</p>
<p>- Basic concepts of programming with python
</p>
<hr class="separator"/>
<p><b>What you need to know about Linux:
</b></p>
<p>- Nothing, absolute beginners are more than welcome (If you already know your way around the Linux command line or the python programming language, there’s no need to attend this class)
</p>
<hr class="separator"/>
<p><b>What you need to bring and prepare:
</b></p>
<p>- Please bring a personal laptop with the CBFM Workshop Appliance installed, since this class will be more workshop than lecture
</p>
<p>- Installation instruction of the CBFM Workshop Appliance and course material will be made available on our <a href="http://cbfm.github.io/website/">website</a>.
</p>
<hr class="separator"/>
</li>
</ul>
</section><!-- End testimonials -->
<!--
<section class="testimonials wrapper">
<div class="title animated wow fadeIn">
<h2>Testimonials</h2>
<h3>what clients are saying about us</h3>
<hr class="separator"/>
</div>
<ul class="clearfix">
<li class="animated wow fadeInDown">
<p><img src="img/quotes.png" alt="" class="quotes"/>Dolor sit amet consectetur isicing elit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua enim ad minim veniam quis nostrud laboris.
<span class="triangle"></span>
</p>
<div class="client">
<img src="img/client1.jpg" class="avatar"/>
<div class="client_details">
<h4>John Doe</h4>
<h5>CEO</h5>
</div>
</div>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".2s">
<p><img src="img/quotes.png" alt="" class="quotes"/>Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam sunt in culpa officia deserunt mollit anim laborum sint occaecat.
<span class="triangle"></span>
</p>
<div class="client">
<img src="img/client2.jpg" class="avatar"/>
<div class="client_details">
<h4>Alex Martin</h4>
<h5>UI Designer</h5>
</div>
</div>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".4s">
<p><img src="img/quotes.png" alt="" class="quotes"/>Aliquip ex ea commodo consequat duis aute irure dolor in reprehenderit in voluptate velit esse slum dolore eu fugiat nulla pariatursint occaecat.
<span class="triangle"></span>
</p>
<div class="client">
<img src="img/client3.jpg" class="avatar"/>
<div class="client_details">
<h4>Linda Doe</h4>
<h5>Developer</h5>
</div>
</div>
</li>
</ul>
</section><!-- End testimonials -->
<!-- <section class="testimonials wrapper">
<div class="title animated wow fadeIn">
<h3 align="center"><font color="red">Taken the course? Please leave us <a href="https://docs.google.com/forms/d/1Sb5s4JbxeQSLF0UwEt47vvGCBMzlMlankqU2PVD3NWI/viewform?usp=send_form" target="_blank">feedback</a>!</font></h3>
</div>
</section> -->
<p><a name="cs"></a></p>
<section class="blog_posts">
<div class="wrapper">
<div class="title animated wow fadeIn">
<h2>Course Schedule</h2>
<h3>(schedule may be subject to change)</h3>
<h3>2-5pm at Bill Stanley CLassroom (BSC) or Volunteer Center/BioSync (@VCLCR)</h3>
<hr class="separator"/>
</div>
<ul class="clearfix">
<li class="animated wow fadeInDown">
<div class="media">
<div class="date">
<span class="day">19</span>
<span class="month">Jun</span>
</div>
<a href="4-27.html">
<img src="img/linux1.jpg" alt=""/>
</a>
</div>
<a href="4-27.html">
<h1>Introduction to Linux Command Line 1 (@BSC)</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".2s">
<div class="media">
<div class="date">
<span class="day">21</span>
<span class="month">Jun</span>
</div>
<a href="4-29.html">
<img src="img/linux1.jpg" alt=""/>
</a>
</div>
<a href="4-29.html">
<h1>Introduction to Linux Command Line 2 (@BSC)</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".4s">
<div class="media">
<div class="date">
<span class="day">22</span>
<span class="month">Jun</span>
</div>
<a href="5-01.html">
<img src="img/linux1.jpg" alt=""/>
</a>
</div>
<a href="5-01.html">
<h1>Introduction to Linux Command Line 3 (@BSC)</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".6s">
<div class="media">
<div class="date">
<span class="day">23</span>
<span class="month">Jun</span>
</div>
<a href="5-06.html">
<img src="img/bioinfo.jpg" alt=""/>
</a>
</div>
<a href="5-06.html"><h1>Bioinformatics Applications 1: Assembly (@YCLCR)</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".6s">
<div class="media">
<div class="date">
<span class="day">26</span>
<span class="month">Jun</span>
</div>
<a href="5-13.html">
<img src="img/bioinfo.jpg" alt=""/>
</a>
</div>
<a href="5-13.html"><h1>Bioinformatics Applications 2: mapping (@VCLCR)</h1>
</a>
</li>
<li class="animated wow fadeInDown" data-wow-delay=".6s">
<div class="media">
<div class="date">
<span class="day">27</span>
<span class="month">Jun</span>
</div>
<a href="5-15.html">
<img src="img/bioinfo.jpg" alt=""/>
</a>
</div>
<a href="5-15.html"><h1>Bioinformatics Applications 3: variant calling (@VCLCR)</h1>
</a>
</li>
</ul>
</div>
</section><!-- End blog_posts -->
<section class="testimonials wrapper">
<ul class="clearfix">
<li class="animated wow fadeInDown">
<p><b>File location:</b><br />
All files that we used in this class can be downloaded <a href="https://www.dropbox.com/sh/mwizn8717uqd16s/AACZelVOvPzUtMRt0Svz7YhTa?dl=0" target="_blank">here</a>.
</p>
</li>
</ul>
</section><!-- End testimonials -->
<footer>
<div class="wrapper">
<div class="rights">
<img src="img/Field_Museum_logo.jpg" alt="" class="footer_logo"/>
<p><a href="http://www.felixgrewe.de" target="_blank">Felix Grewe</a> 2015 | Licensed under a <a href="https://creativecommons.org/licenses/by-nc-nd/3.0/us/">Creative Commons 3.0 License</a>.</p>
</div>
<nav>
<ul>
<!-- <li><a href="#">About</a></li> -->
<li><a href="faq.html">FAQ</a></li>
<!-- <li><a href="#">Services</a></li>
<li><a href="#">Blog</a></li> -->
<li><a href="contact.html">Contact</a></li>
<li><a href="https://docs.google.com/forms/d/1Sb5s4JbxeQSLF0UwEt47vvGCBMzlMlankqU2PVD3NWI/viewform?usp=send_form" target="_blank">Feedback</a></li>
</ul>
</nav>
</div>
</footer><!-- End footer -->
</body>
</html>