Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Avsecz/concise
Browse files Browse the repository at this point in the history
  • Loading branch information
Avsecz committed Nov 30, 2016
2 parents d0e94db + 0eb2c9b commit 8b912db
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ CONCISE

CONCISE (COnvolutional neural Network for CIS-regulatory Elements) is a model for predicting any quatitative outcome (say mRNA half-life) from cis-regulatory sequence using deep learning.

* Developed by the Gagneur Lab (computational biology): http://www.gagneurlab.in.tum.de
* Developed by the Gagneur Lab (computational biology): https://www.gagneurlab.in.tum.de
* Free software: MIT license
* Documentation: https://concise-bio.readthedocs.io

.. image:: https://github.com/Avsecz/concise/blob/master/concise-figure1.png
:target: https://github.com/Avsecz/concise/blob/master/concise-figure1.png
:width: 60%
:align: center

Expand Down
2 changes: 1 addition & 1 deletion concise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Žiga Avsec'
__email__ = 'avsec@in.tum.de'
__version__ = '0.3.0'
__version__ = '0.3.2'

from .concise import Concise, ConciseCV
from .get_data import prepare_data
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.0
current_version = 0.3.2
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

setup(
name='concise',
version='0.3.0',
version='0.3.2',
description="CONCISE (COnvolutional Neural for CIS-regulatory Elements) is a model for predicting PTR features like mRNA half-life from cis-regulatory elements using deep learning. ",
long_description=readme + '\n\n' + history,
author="Žiga Avsec",
Expand Down

0 comments on commit 8b912db

Please sign in to comment.