From 4d76a191c87e0e0f3a297cf7aa20f7c0c691b2bf Mon Sep 17 00:00:00 2001 From: Jon Pipitone Date: Fri, 1 Mar 2013 18:17:30 -0500 Subject: [PATCH] Adding exercises from the Software Carpentry 4.0 website W. Trevor King: I removed everything except the shell exercises from da170d3, since this branch is focusing on the genotype exercises. --- 4.0/topics/shell/exercises.html | 397 ------------------ exercises/shell.markdown | 368 ++++++++++++++++ data/1000gp.vcf => exercises/shell_1000gp.vcf | 0 3 files changed, 368 insertions(+), 397 deletions(-) delete mode 100644 4.0/topics/shell/exercises.html create mode 100644 exercises/shell.markdown rename data/1000gp.vcf => exercises/shell_1000gp.vcf (100%) diff --git a/4.0/topics/shell/exercises.html b/4.0/topics/shell/exercises.html deleted file mode 100644 index fe77a4f..0000000 --- a/4.0/topics/shell/exercises.html +++ /dev/null @@ -1,397 +0,0 @@ - - - - - -Let's try out your new shell skills on some real data. - -The following file is a small sample (1%) of a very large text file containing human genetics data. Specifically, it describes genetic variation in three African individuals sequenced as part of the 1000 Genomes Project. Please download it from the following url, open up a shell, and go into the directory where it was saved: - -http://svn.software-carpentry.org/swc/data/1000gp.vcf - - -

Exercise Part 1 (setup)

- - - - -

Exercise Part 2 (analysis)

- - - -

Exercise Part 3 (scripts and svn)

-