-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
29f1814
commit 038c492
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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]). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]', | ||
|