Metadata-Version: 2.1
Name: ma-praline
Version: 1.1.0
Summary: PRALINE workflow for motif-aware alignment (MA-PRALINE).
Home-page: https://github.com/ibivu/MA-PRALINE/
Author: Maurits Dijkstra
Author-email: mauritsdijkstra@gmail.com
License: GPLv2
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.2.*,!=3.3.*,!=3.4.*
Description-Content-Type: text/markdown
Requires-Dist: praline-aln (>=1.1.0)
Requires-Dist: pyparsing (>=2.0)
Requires-Dist: regex (>=2018.11.07)
Requires-Dist: six (>=1.10.0)

# Motif-Aware PRALINE (MA-PRALINE)

A motif-aware multiple sequence alignment tool. An article accompanying this software has been published in PLOS Computational Biology [here](https://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006547).

# Installing MA-PRALINE

## Requirements

* Python 2.7 / Python 3.6 (earlier 3.x versions may also work, but have not been tested)
* An installation of PRALINE (https://github.com/ibivu/PRALINE)

## Instructions

You can install MA-PRALINE by cloning this repository and running (in a shell):

`python setup.py install`

MA-PRALINE is also available on PyPI. You can install it with the following command:

`pip install ma-praline`

# Extras

There is an additional repository at https://github.com/ibivu/MA-PRALINE-extras containing
auxiliary code that was used to perform various analyses while developing MA-PRALINE.
Although no support is provided for this code, some people may find it useful to, e.g.
reparameterise MA-PRALINE or to calculate motif statistics.


