Metadata-Version: 1.1
Name: pyMSAScoring
Version: 0.1
Summary: Scoring Multiple Sequence Alignments with Python
Home-page: https://github.com/ajnebro/pyMSAScoring
Author: Maria Jose Muñoz, Antonio Benitez, Pablo Rodriguez, Antonio J. Nebro
Author-email: ajnebro@uma.es
License: MIT
Description: [![Build Status](https://travis-ci.org/ajnebro/pyMSAScoring.svg?branch=master)](https://travis-ci.org/ajnebro/pyMSAScoring)

        

        ## PyMSA: Scoring Multiple Sequence Alignments with Python

        

        PyMSA is an open source software tool aimed at providing a number of scores for

        multiple sequence alignment (MSA) problems. This project is a development of the students of the

        third course students of the degree on Bioinformatics of the E.T.S. de Ingeniería Informática 

        of the University of Málaga.

        

        ## Requirements

        PyMSA has been developed with Python 3.6.0 :: [Anaconda](https://www.continuum.io) 4.3.0 (x86_64)

        

        ## Score

        The scores that are currently available  are:

        * Sum of pairs

        * Star

        * Minimum entropy

        * Percentage of non-gaps code

        

        

        ## Downloading

        To download PyMSA just clone the Git repository hosted in GitHub:

        ```

        git clone https://github.com/ajnebro/pyMSAScoring.git

        ```

        

        ## Authors

        * Maria José Muñoz - Project Manager

        * Miguel Ángel Gallardo - Developer of the Star score

        * Daniel Torres - Developer of the Star code

        * Antonio Benítez - Developer of the Sum of Pairs score

        * René Betancor - Developer of the Sum of Pairs score

        * Pablo Rodríguez - Developer of the Entropy score

        * Guillermo López - Developer of the Entropy score

        * Juan Ignacio Álvarez - Developer of the of Non-Gaps score

        * Antonio J. Nebro - Technology support

        

        ## License

        This project is licensed under the terms of the GNU - see the [LICENSE](https://github.com/ajnebro/pyMSAScoring/blob/master/LICENSE) file for details.

        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.6
