Skip to content

Commit

Permalink
added assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Oct 11, 2016
1 parent 7549fcc commit b3114e7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions assemble.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Run the MEGAHIT assembler
=========================

Assemble! ::

cd
git clone https://github.com/voutcn/megahit.git
cd megahit
make

cd /mnt/data
curl -O https://s3-us-west-1.amazonaws.com/dib-training.ucdavis.edu/metagenomics-scripps-2016-10-12/SRR1976948.abundtrim.subset.pe.fq.gz
curl -O https://s3-us-west-1.amazonaws.com/dib-training.ucdavis.edu/metagenomics-scripps-2016-10-12/SRR1977249.abundtrim.subset.pe.fq.gz

mkdir /mnt/assembly
cd /mnt/assembly
ln -fs ../data/*.subset.pe.fq.gz .

~/megahit/megahit --12 SRR1976948.abundtrim.subset.pe.fq.gz,SRR1977249.abundtrim.subset.pe.fq.gz -o combined
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Tutorials:
welcome
aws/index
quality
assemble

Technical information
~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion quality.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,4 @@ Questions:

Optional: trim

Next: :doc:`n-assemble`
Next: :doc:`assemble`

0 comments on commit b3114e7

Please sign in to comment.