Skip to content

Commit b9d656a

Browse files
update note
1 parent d0bb908 commit b9d656a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

MetaLogo/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.0'
1+
__version__ = '1.1.1'

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99

1010
setup(name='MetaLogo',
1111
version=__version__,
12-
description='MetaLogo is a tool for making aligned sequence logos with multiple groups of sequences of different lengths or other characteristics',
13-
long_description='MetaLogo is a tool for making sequence logos. Unlike other sequence logo tools, MetaLogo allows you to input sequences with different lengths or from different groups, then it can plot multiple sequence logos in one figure and align the logos to highlight the conserved patterns among different sequence groups.\
14-
To use MetaLogo, you could visit our public webserver http://metalogo.omicsnet.org. You could also install MetaLogo as a python package to using MetaLogo in your python scripts or in your OS terminal. If you want to provide MetaLogo to people in your local network, you could also setup a webserver by using docker.\
15-
Please check the tutorial for detailed usage of MetaLogo package and webserver (https://github.com/labomics/MetaLogo).',
12+
description='MetaLogo is a heterogeneity-aware sequence logo generator and aligner',
13+
long_description='MetaLogo is a tool for making sequence logos. It can take multiple sequences as input, automatically identify the homogeneity and heterogeneity among sequences and cluster them into different groups given any wanted resolution, finally output multiple aligned sequence logos in one figure. Grouping can also be specified by users, such as grouping by lengths, grouping by sample Id, etc. Compared to conventional sequence logo generator, MetaLogo can display the total sequence population in a more detailed, dynamic and informative view. homogeneity.\
14+
To use MetaLogo, you could visit our public webserver http://metalogo.omicsnet.org. You could also install MetaLogo as a python package to using MetaLogo in your python scripts or in your OS terminal. If you want to provide MetaLogo to people in your local network, you could also setup a webserver by using docker.\
15+
Please check the tutorial for detailed usage of MetaLogo package and webserver (https://github.com/labomics/MetaLogo).',
1616
long_description_content_type = 'text/plain',
1717
author='Yaowen Chen',
1818
author_email='[email protected]',

0 commit comments

Comments
 (0)