Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed May 5, 2015
1 parent 30a4d31 commit e191619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantification.rst
Expand Up @@ -43,7 +43,7 @@ Align Reads with Bowtie
Next, build an index file for your assembly::

cd /mnt/work
gunzip trinity-nematostella-raw.renamed.fasta.gz
gunzip -c trinity-nematostella-raw.renamed.fasta.gz > trinity-nematostella-raw.renamed.fasta
bowtie-build --offrate 1 trinity-nematostella-raw.renamed.fasta trinity-nematostella-raw.renamed
Using the index we built, we'll align the reads from a few of our samples back to our assembly::
Expand Down

0 comments on commit e191619

Please sign in to comment.