Skip to content

Commit 6e95595

Browse files
authored
Merge pull request #110 from datacarpentry/read-through-before-lesson-release
Read through before lesson release
2 parents 897c7f4 + 2cabca0 commit 6e95595

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
Shell genomics lessons
1+
# Shell Genomics lessons
2+
3+
An introduction to the Unix shell for people working with genomics data. This lesson is part of the [Data Carpentry Genomics Workshop](http://www.datacarpentry.org/genomics-workshop/). Please see http://www.datacarpentry.org/shell-genomics/ for a rendered version of this material.
4+
5+
## Contribution
6+
7+
Make a suggestion or correct an error by [raising an Issue](https://github.com/datacarpentry/shell-genomics/issues).
8+
9+
## Code of Conduct
10+
11+
All participants should agree to abide by the [Data Carpentry Code of Conduct](http://www.datacarpentry.org/code-of-conduct/).
12+
13+
## Authors
14+
15+
Shell Genomics is authored and maintained by the [community](https://github.com/datacarpentry/shell-genomics/network/members). This repository is maintained by [Bastian Greshake Tzovaras](https://github.com/gedankenstuecke), [Shichen Wang](https://github.com/swang8), [Sue McClatchy](https://github.com/smcclatchy) and [Anita Schürch](https://github.com/aschuerch)
16+
17+
## Citation
18+
19+
Please cite as:
20+
21+
Shell Genomics. November 2017. http://datacarpentry.github.io/shell-genomics/.

_episodes/05-writing-scripts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Writing Scripts"
3-
teaching: 0
4-
exercises: 0
3+
teaching: 20
4+
exercises: 20
55
questions:
66
- How can we automate a commonly used set of commands?
77
objectives:
@@ -32,7 +32,7 @@ $ nano README.txt
3232

3333
You should see something like this:
3434

35-
![nano1.png](../img/nano1.png)
35+
![nano201711.png](../img/nano1.png)
3636

3737
The text at the bottom of the screen shows the keyboard shortcuts for performing various tasks in `nano`. We will talk more about how to interpret this information soon.
3838

img/nano201711.png

29.4 KB
Loading

0 commit comments

Comments
 (0)