diff --git a/NanoCount/__init__.py b/NanoCount/__init__.py index 2bb1a3a..45ef399 100755 --- a/NanoCount/__init__.py +++ b/NanoCount/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- __name__ = "NanoCount" -__version__ = "1.0.0.post5" +__version__ = "1.0.0.post6" __description__ = "NanoCount estimates transcripts abundance from Oxford Nanopore *direct-RNA sequencing* datasets, using an expectation-maximization approach like RSEM, Kallisto, salmon, etc to handle the uncertainty of multi-mapping reads" __url__ = "https://github.com/a-slide/NanoCount/" __licence__ = "MIT" diff --git a/README.md b/README.md index ea28654..d9df595 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# NanoCount v1.0.0.post5 +# NanoCount v1.0.0.post6 ![NanoCount](./docs/pictures/NanoCount.png) @@ -15,7 +15,7 @@ **NanoCount estimates transcripts abundance from Oxford Nanopore *direct-RNA sequencing* datasets, using an expectation-maximization approach like RSEM, Kallisto, salmon, etc to handle the uncertainty of multi-mapping reads** -Full documentation is available at https://a-slide.github.io/nanocount/ +Full documentation is available at https://a-slide.github.io/NanoCount/ --- diff --git a/docs/index.md b/docs/index.md index 5a96d54..468652e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# Welcome to NanoCount v1.0.0.post5 documentation +# Welcome to NanoCount v1.0.0.post6 documentation [NanoCount](pictures/NanoCount.png) diff --git a/meta.yaml b/meta.yaml index ab99ff0..1db5f04 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "1.0.0.post5" %} +{% set version = "1.0.0.post6" %} {% set name = "NanoCount" %} package: @@ -35,7 +35,7 @@ test: about: home: https://github.com/a-slide/NanoCount/ - doc_url: https://a-slide.github.io/nanocount/ + doc_url: https://a-slide.github.io/NanoCount/ license: MIT licence_url: https://mit-license.org/ summary: NanoCount estimates transcripts abundance from Oxford Nanopore *direct-RNA sequencing* datasets, using an expectation-maximization approach like RSEM, Kallisto, salmon, etc to handle the uncertainty of multi-mapping reads diff --git a/mkdocs.yml b/mkdocs.yml index cceef08..0dbb22a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: NanoCount site_description: NanoCount estimates transcripts abundance from Oxford Nanopore *direct-RNA sequencing* datasets, using an expectation-maximization approach like RSEM, Kallisto, salmon, etc to handle the uncertainty of multi-mapping reads site_author: Adrien Leger -site_url: https://a-slide.github.io/nanocount/ +site_url: https://a-slide.github.io/NanoCount/ # Repository repo_name: 'a-slide/NanoCount' diff --git a/setup.py b/setup.py index bd56b81..204ee2c 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="NanoCount", description="NanoCount estimates transcripts abundance from Oxford Nanopore *direct-RNA sequencing* datasets, using an expectation-maximization approach like RSEM, Kallisto, salmon, etc to handle the uncertainty of multi-mapping reads", - version="1.0.0.post5", + version="1.0.0.post6", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/a-slide/NanoCount/", diff --git a/versipy.yaml b/versipy.yaml index 84a7eb9..222ab7f 100644 --- a/versipy.yaml +++ b/versipy.yaml @@ -5,7 +5,7 @@ version: a: null b: null rc: null - post: 5 + post: 6 dev: null managed_values: __package_name__: NanoCount diff --git a/versipy_history.txt b/versipy_history.txt index 2ef9846..2ba9565 100644 --- a/versipy_history.txt +++ b/versipy_history.txt @@ -23,3 +23,4 @@ 2021-10-27 23:40:29.979747 1.0.0.post3 main doc update 2021-11-26 09:01:25.733973 1.0.0.post4 Update citation 2021-11-26 09:04:25.525718 1.0.0.post5 Update citation +2021-11-26 09:45:17.149248 1.0.0.post6 Update citation