Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/marbl/Mash
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ondov committed Mar 22, 2016
2 parents 0399886 + f6cde9c commit bacb5f6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/sphinx/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Simple distance estimation
Download example *E. coli* genomes:

.. download::
| `genome1.fna <https://github.com/marbl/Mash/raw/master/data/genome1.fna>`_
| `genome2.fna <https://github.com/marbl/Mash/raw/master/data/genome2.fna>`_
| `genome1.fna <https://gembox.cbcb.umd.edu/mash/genome1.fna>`_
| `genome2.fna <https://gembox.cbcb.umd.edu/mash/genome2.fna>`_
Run:

Expand Down Expand Up @@ -37,7 +37,7 @@ Pairwise comparisons with compound sketch files

Download additional example *E. coli* genome:

| `genome3.fna <https://github.com/marbl/Mash/raw/master/data/genome3.fna>`_
| `genome3.fna <https://gembox.cbcb.umd.edu/mash/genome3.fna>`_
Sketch the first two genomes to create a combined archive, use :code:`mash info`
to verify its contents, and estimate pairwise distances:
Expand All @@ -59,11 +59,11 @@ reference (which there are two of in the sketch file):
Querying read sets against an existing RefSeq sketch
----------------------------------------------------

Download the pre-sketched RefSeq archive:
Download and gunzip the pre-sketched RefSeq archive:

.. download::

`refseq.msh <https://github.com/marbl/Mash/raw/master/data/refseq.msh>`_
`RefSeqSketches.msh.gz <http://gembox.cbcb.umd.edu/mash/RefSeqSketches.msh.gz>`_

Sketch the reads (not provided here; 10x-100x coverage of a single bacterial genome
with any sequencing technology should work), using :code:`-u` to improve results
Expand All @@ -78,7 +78,7 @@ sketch as the query:

.. code::
mash dist refseq.msh reads.fastq.msh > distances.tab
mash dist RefSeqSketches.msh reads.fastq.msh > distances.tab
Sort the results to see the top hits and their p-values:

Expand Down

0 comments on commit bacb5f6

Please sign in to comment.