diff --git a/README.md b/README.md index d535d40..f8fc87b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -#
[![Docker Pulls](https://img.shields.io/docker/pulls/sinanugur/cellsnake)](https://hub.docker.com/r/sinanugur/cellsnake) [![Documentation Status](https://readthedocs.org/projects/cellsnake/badge/?version=latest)](https://cellsnake.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/cellsnake.svg)](https://badge.fury.io/py/cellsnake)
[![Anaconda-Server Badge](https://anaconda.org/bioconda/cellsnake/badges/latest_release_relative_date.svg)](https://anaconda.org/bioconda/cellsnake)
[![Anaconda-Server Badge](https://anaconda.org/bioconda/cellsnake/badges/downloads.svg)](https://anaconda.org/bioconda/cellsnake)
+#
[![Docker Pulls](https://img.shields.io/docker/pulls/sinanugur/cellsnake)](https://hub.docker.com/r/sinanugur/cellsnake) [![Documentation Status](https://readthedocs.org/projects/cellsnake/badge/?version=latest)](https://cellsnake.readthedocs.io/en/latest/?badge=latest)
[![PyPI version](https://badge.fury.io/py/cellsnake.svg)](https://badge.fury.io/py/cellsnake)
[![Anaconda-Server Badge](https://anaconda.org/bioconda/cellsnake/badges/latest_release_relative_date.svg)](https://anaconda.org/bioconda/cellsnake)
[![Anaconda-Server Badge](https://anaconda.org/bioconda/cellsnake/badges/downloads.svg)](https://anaconda.org/bioconda/cellsnake) [![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/cellsnake/README.html) +
A command line tool for easy and scalable single cell RNA sequencing analysis diff --git a/cellsnake/command_line.py b/cellsnake/command_line.py index 407f686..96ed5ac 100755 --- a/cellsnake/command_line.py +++ b/cellsnake/command_line.py @@ -36,7 +36,7 @@ __author__ = 'Sinan U. Umu' -__version__= '0.2.0.rc1' +__version__= '0.2.0' __logo__=""" _ _ _ | || | | | diff --git a/cellsnake/scrna b/cellsnake/scrna index 3b11350..5156bb2 160000 --- a/cellsnake/scrna +++ b/cellsnake/scrna @@ -1 +1 @@ -Subproject commit 3b113509c99b28130001da76962c88c6011284e5 +Subproject commit 5156bb2a2f8b3032841c36d833eb1182a71fd7cd diff --git a/docs/cellsnake-logo-blue-small.png b/docs/cellsnake-logo-blue-small.png new file mode 100644 index 0000000..88f539f Binary files /dev/null and b/docs/cellsnake-logo-blue-small.png differ diff --git a/docs/conf.py b/docs/conf.py index a5ecfe1..8532c01 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Sinan U. Umu' # The full version, including alpha/beta/rc tags -release = '0.2.0.rc1' +release = '0.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ceaffa8..b53f287 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ def run(self): setup( name="cellsnake", - version="0.2.0.rc1", + version="0.2.0", packages=find_packages(exclude=('tests*','testing*')), long_description=long_description, long_description_content_type="text/markdown",