Skip to content

Commit

Permalink
Merged misc changes from master branch to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkorhonen committed Jan 9, 2017
2 parents 4314eac + 9764dd5 commit 66eaf92
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/readme.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MOODS-python 1.9.1
MOODS-python 1.9.2
==================

Motif Occurrence Detection Suite
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
14 changes: 12 additions & 2 deletions readme.MD
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand All @@ -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
---------

Expand Down

0 comments on commit 66eaf92

Please sign in to comment.