diff --git a/python/readme.MD b/python/readme.MD index 0b6efba..5b96435 100644 --- a/python/readme.MD +++ b/python/readme.MD @@ -1,4 +1,4 @@ -MOODS-python 1.9.1 +MOODS-python 1.9.2 ================== Motif Occurrence Detection Suite diff --git a/python/setup.py b/python/setup.py index 2d8945f..4edcc3f 100755 --- a/python/setup.py +++ b/python/setup.py @@ -44,7 +44,7 @@ ) setup (name = 'MOODS-python', - version = '1.9.3', + version = '1.9.2', description = 'MOODS: Motif Occurrence Detection Suite', maintainer = "Janne H. Korhonen", maintainer_email = "janne.h.korhonen@gmail.com", diff --git a/readme.MD b/readme.MD index 658e163..d060655 100644 --- a/readme.MD +++ b/readme.MD @@ -1,8 +1,10 @@ -MOODS 1.9.1 +MOODS 1.9.2 =========== MOODS is a suite of algorithms for matching position weight matrices (PWM) against DNA sequences, featuring advanced matrix matching algorithms implemented in C++ that can be used to scan hundreds of matrices against chromosome-sized sequences in few seconds. MOODS has been designed with integration into large-scale python workflows in mind, but can also be used as a stand-alone analysis tool. + * MOODS 1.9.2 released: + * fixed installation script * MOODS 1.9.1 released: * introduced python commandline tool for basic analysis * bugfixes in p-value and scanner code @@ -15,7 +17,7 @@ Download Download the packages here: -* Python 2.7: [MOODS-python-1.9.1.tar.gz](https://github.com/jhkorhonen/MOODS/releases/download/v1.9.1/MOODS-python-1.9.1.tar.gz) +* Python 2.7: [MOODS-python-1.9.2.tar.gz](https://github.com/jhkorhonen/MOODS/releases/download/v1.9.2/MOODS-python-1.9.2.tar.gz) Currently only the Python package is available; it contains MOODS Python libraries along a commandline interface for most of the MOODS functions. @@ -29,6 +31,14 @@ See the GitHub wiki for documentation: * [Getting started](https://github.com/jhkorhonen/MOODS/wiki/Getting-started) +Contact +------- + +For bug reports and other software issues, you can use [issue tracker](https://github.com/jhkorhonen/MOODS/issues). Or contact us directly: + + * [Janne H. Korhonen](http://www.ru.is/kennarar/korhonen/) MOODS developer + + Licensing ---------