Skip to content

Commit

Permalink
Convert README to rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adelq committed May 15, 2016
1 parent 663aad6 commit 066f1a7
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md

This file was deleted.

16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
dN/dS Calculator
================

.. image:: https://travis-ci.org/adelq/dnds.svg?branch=master
:target: https://travis-ci.org/adelq/dnds

Calculate dN/dS ratio precisely (Ka/Ks) using a codon-by-codon counting
method.

Usage
-----

.. code:: python
>>> dnds(sequence_1, sequence2)
0.86

0 comments on commit 066f1a7

Please sign in to comment.