Skip to content

Commit

Permalink
updated version number and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Lee committed Aug 16, 2017
1 parent 29f1814 commit 038c492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Python Codon Adaptation Index
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.843855.svg)](https://doi.org/10.5281/zenodo.843855)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.843854.svg)](https://doi.org/10.5281/zenodo.843854)
An implementation of Sharp and Li's 1987 formulation of the codon adaption index.

## Reference
Expand Down Expand Up @@ -34,7 +34,7 @@ All functions in CAI support an optional `genetic_code` parameter, which is set
Feel free to contribute, open issues, or let me know about bugs. Anything is welcome!

## Citation
Benjamin Lee. (2017). Python Implementation of Codon Adaptation Index. _Zenodo_. http://doi.org/10.5281/zenodo.843855
Benjamin Lee. (2017). Python Implementation of Codon Adaptation Index. _Zenodo_. http://doi.org/10.5281/zenodo.843854

## Contact
I'm available for contact at [[email protected]](mailto:[email protected]).
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name = 'CAI',
packages = ["CAI"],
version = '0.1.5',
version = '0.1.6',
description = 'Python implementation of codon adaptation index',
author = 'Benjamin Lee',
author_email = '[email protected]',
Expand Down

0 comments on commit 038c492

Please sign in to comment.