Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
audy committed May 1, 2012
1 parent fb24030 commit 0e3a4f1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,22 @@ Cluster raw Illumina 16S rRNA amplicon data to generate OTUs. Use at your own ri

## How do I get Lederhosen?

0. Obtain & Install uclust (64-bit)
1. `sudo gem install lederhosen`
0. Obtain & Install [UCLUST](http://www.drive5.com/) (64-bit)
1. Obtain & Install [BLAT](http://genome.ucsc.edu/FAQ/FAQblat.html#blat3)
2. Get a copy of [TaxCollector](http://github.com/audy/taxcollector)
3. Install Lederhosen by typing:

`sudo gem install lederhosen`
4. Check installation by typing `lederhosen`. You should see some help text.

## How do I use Lederhosen?

Type `lederhosen help` for complete instructions

### 0. Pipeline

(TODO)

### 1. Trim raw reads

`$ lederhosen trim --reads-dir=reads-dir/*.txt --out-dir=trimmed`
Expand Down

0 comments on commit 0e3a4f1

Please sign in to comment.