From e99ee4b1035594b1a99c4cc2ce708e54c433b9c9 Mon Sep 17 00:00:00 2001 From: CaoTianze Date: Sat, 21 Oct 2023 22:38:57 +0800 Subject: [PATCH] V1.0.0 --- README.md | 8 +++++--- setup.py | 8 ++++---- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 39134f3..ec0c795 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # plotnineSeqSuite: a Python package for visualizing sequence data using ggplot2 +## Cite this work +Cao, T., Li, Q., Huang, Y. et al. plotnineSeqSuite: a Python package for visualizing sequence data using ggplot2 style. BMC Genomics 24, 585 (2023). https://doi.org/10.1186/s12864-023-09677-8 ## Installation `pip install plotnineseqsuite` ## Getting Started @@ -6,10 +8,10 @@ See [plotnineSeqSuite Documentation](https://caotianze.github.io/plotnineseqsuit ## Gallery ![https://caotianze.github.io/plotnineseqsuite/gallery.png](https://caotianze.github.io/plotnineseqsuite/gallery.png) ## Development environment -PyCharm 2022.1 (Community Edition) and Spyder version: 5.4.1 (conda) +PyCharm 2023.2 (Community Edition) and Spyder version: 5.4.3 (conda) ## Dependencies -Python version: 3.10.9 64-bit -plotnine: 0.12.2 +Python version: 3.11.4 64-bit +plotnine: 0.12.3 ## Similar projects R package [ggmsa](https://github.com/YuLab-SMU/ggmsa) and [ggseqlogo](https://github.com/omarwagih/ggseqlogo) ## Derivative projects diff --git a/setup.py b/setup.py index f600734..325fb17 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="plotnineseqsuite", - version="0.9.2", + version="1.0.0", author="Cao Tianze", author_email="hnrcao@qq.com", description="A Python package for visualizing sequence data using ggplot2", @@ -18,13 +18,13 @@ classifiers=[ "Development Status :: 4 - Beta", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ], packages=['plotnineseqsuite','plotnineseqsuite.font','plotnineseqsuite.data'], - python_requires=">=3.10", - install_requires=['plotnine==0.12.2'], + python_requires=">=3.11", + install_requires=['plotnine==0.12.3'], license="MIT", keywords=['ggplot2', 'plotnine', 'Bioinformatics tool', 'Sequence logo', 'Sequence alignment'], package_data={