Skip to content

Commit

Permalink
Bump to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
apcamargo committed Oct 2, 2019
1 parent cda076f commit 7769985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ RUN pip install --no-cache-dir \
'biopython==1.74' \
'keras==2.3.0' \
'numpy==1.16.5' \
'rnasamba==0.1.5' \
'rnasamba==0.1.6' \
'tensorflow==1.14.0'

VOLUME ["/app"]
WORKDIR /app
ENTRYPOINT ["rnasamba"]
ENTRYPOINT ["rnasamba"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

setup(
name='rnasamba',
version='0.1.5',
version='0.1.6',
packages=find_packages(),
license='GNU General Public License v3.0',
description='A tool for computing the coding potential of RNA transcript sequences using deep learning.',
Expand Down

0 comments on commit 7769985

Please sign in to comment.