From 6dbea27af2016aae51e7a285c939dcc912ebc97d Mon Sep 17 00:00:00 2001 From: Orion Buske Date: Sun, 6 Feb 2011 04:20:02 +0000 Subject: [PATCH] Added shell exercises and old setdict exercises to version control git-svn-id: http://svn.software-carpentry.org/swc@1490 c7c5a9dc-0650-43d5-b785-a4005efbfd0f W. Trevor King: I removed the setdict exercises from the cherry-picked commit, since this branch is focusing on the genotype exercises. --- 4.0/topics/shell/exercises.html | 397 ++++++++++++++++++++++++++++++++ 1 file changed, 397 insertions(+) create mode 100644 4.0/topics/shell/exercises.html diff --git a/4.0/topics/shell/exercises.html b/4.0/topics/shell/exercises.html new file mode 100644 index 0000000..fe77a4f --- /dev/null +++ b/4.0/topics/shell/exercises.html @@ -0,0 +1,397 @@ + + + + + +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)

+