Skip to content

Commit

Permalink
add into to lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
ErinBecker authored Oct 19, 2017
1 parent 0564e06 commit dbd858f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@
layout: lesson
root: .
---
FIXME: home page introduction

A lot of genomics analysis is done using command-line tools for three reasons: 1) you will often be working with a large number of files,
and working through the command-line rather than through a graphical user interface (GUI) allows you to automate repetitive tasks, 2) you
will often need more compute power than is available on your personal computer, and connecting to and interacting with remote computers
requires a command-line interface, and 3) you will often need to customize your analyses and command-line tools often enable more
customization than the corresponding GUI tools (if in fact a GUI tool even exists).

In a previous lesson, you learned how to use the bash shell to interact with your computer through a command line interface. In this
lesson, you will be applying this new knowledge to carry out a common genomics workflow - identifying variants among sequencing samples
taken from multiple individuals within a population. We will be starting with a set of sequenced reads (`.fastq` files), performing
some quality control steps, aligning those reads to a reference genome, and ending by identifying and visualizing variations among these
samples.

As you progress through this lesson, keep in mind that, even if you aren't going to be doing this same workflow in your research,
you will be learning some very important lessons about using command-line bioinformatics tools. What you learn here will enable you to
use a variety of bioinformatic tools with confidence and greatly enhance your research efficiency and productivity.

> ## Prerequisites
>
Expand Down

0 comments on commit dbd858f

Please sign in to comment.