Skip to content

Commit

Permalink
update file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
skoren committed Mar 15, 2016
1 parent c2c941a commit f6cde9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,7 +59,7 @@ reference (which there are two of in the sketch file):
Querying read sets against an existing RefSeq sketch
----------------------------------------------------

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

.. download::

Expand Down

0 comments on commit f6cde9c

Please sign in to comment.