Skip to content

Commit

Permalink
Update citation
Browse files Browse the repository at this point in the history
  • Loading branch information
a-slide committed Nov 26, 2021
1 parent 8579190 commit b9d4f6d
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion NanoCount/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-

__name__ = "NanoCount"
__version__ = "1.0.0.post4"
__version__ = "1.0.0.post5"
__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"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NanoCount v1.0.0.post4
# NanoCount v1.0.0.post5

![NanoCount](./docs/pictures/NanoCount.png)

Expand All @@ -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/

---

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome to NanoCount v1.0.0.post4 documentation
# Welcome to NanoCount v1.0.0.post5 documentation

[NanoCount](pictures/NanoCount.png)

Expand Down
4 changes: 2 additions & 2 deletions meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.0.0.post4" %}
{% set version = "1.0.0.post5" %}
{% set name = "NanoCount" %}

package:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.post4",
version="1.0.0.post5",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/a-slide/NanoCount/",
Expand Down
2 changes: 1 addition & 1 deletion versipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version:
a: null
b: null
rc: null
post: 4
post: 5
dev: null
managed_values:
__package_name__: NanoCount
Expand Down
1 change: 1 addition & 0 deletions versipy_history.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
2021-10-27 23:26:41.943187 1.0.0.post2 main doc update
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

0 comments on commit b9d4f6d

Please sign in to comment.