Skip to content

Commit

Permalink
V1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoTianze committed Oct 21, 2023
1 parent e62d91e commit e99ee4b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# 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
See [plotnineSeqSuite Documentation](https://caotianze.github.io/plotnineseqsuite/)
## 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
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="plotnineseqsuite",
version="0.9.2",
version="1.0.0",
author="Cao Tianze",
author_email="[email protected]",
description="A Python package for visualizing sequence data using ggplot2",
Expand All @@ -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={
Expand Down

0 comments on commit e99ee4b

Please sign in to comment.