Metadata-Version: 2.1 Name: MetaLogo Version: 1.0.2 Summary: MetaLogo is a tool for making aligned sequence logos with multiple groups of sequences of different lengths or other characteristics Home-page: https://github.com/labomics/MetaLogo Author: Yaowen Chen Author-email: achenge07@163.com License: UNKNOWN Platform: UNKNOWN Requires-Python: >=3.6 Description-Content-Type: text/plain License-File: LICENSE Requires-Dist: biopython (>=1.77) Requires-Dist: matplotlib (>=3.3.0) Requires-Dist: numpy (>=1.19.1) Requires-Dist: pandas (>=1.3.0) Requires-Dist: scipy (>=1.5.2) Requires-Dist: seaborn (>=0.11.1) Provides-Extra: webserver Requires-Dist: dash (==1.21.0) ; extra == 'webserver' Requires-Dist: dash-bootstrap-components (==0.12.2) ; extra == 'webserver' Requires-Dist: Flask (==2.0.1) ; extra == 'webserver' Requires-Dist: gunicorn (==20.1.0) ; extra == 'webserver' Requires-Dist: plotly (==5.1.0) ; extra == 'webserver' Requires-Dist: toml (==0.10.2) ; extra == 'webserver' 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.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.Please check the tutorial for detailed usage of MetaLogo package and webserver (https://github.com/labomics/MetaLogo).