Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ondov committed Nov 3, 2015
2 parents 21d9b56 + 12255d3 commit 3280008
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fast genome and metagenome distance estimation using MinHash
Preprint
===========
Coming soon...
`"Fast genome and metagenome distance estimation using MinHash." Ondov et al. <http://biorxiv.org/content/early/2015/10/26/029827>`_

.. toctree::

Expand Down
9 changes: 4 additions & 5 deletions doc/sphinx/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ reference (which there are two of in the sketch file):

.. code::
genome1.fasta genome3.fna 0 0 1000/1000
genome2.fasta genome3.fna 0.0222766 0 456/1000
genome1.fna genome3.fna 0 0 1000/1000
genome2.fna genome3.fna 0.0222766 0 456/1000
Querying read sets against an existing RefSeq sketch
----------------------------------------------------
Expand All @@ -78,11 +78,10 @@ sketch as the query:

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

.. code ::
sort -nk3 distances.tab | head
sort -gk3 distances.tab | head

0 comments on commit 3280008

Please sign in to comment.