Skip to content

Commit

Permalink
version: v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alondmnt committed Dec 20, 2024
1 parent 581c943 commit 9160a1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codonbias/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- Improved estimation
- Effective number of codon pairs (and k-mers) (ENcp)
- tRNA Adaptation Index (tAI)
- Download tRNA gene copy numbers from [GtRNAdb](http://gtrnadb.ucsc.edu/)
- Train tAI model parameters (s-values) using expression levels
- Codon Pair Bias (CPB/CPS)
- Relative Codon Bias Score (RCBS)
- Normalized Translational Efficiency (nTE)
Expand All @@ -38,7 +40,7 @@
"""

__version__ = "0.3.1"
__version__ = "0.3.2"
__author__ = 'Alon Diament'

import codonbias.utils
Expand Down
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: 3.13',
],
)

0 comments on commit 9160a1d

Please sign in to comment.