Skip to content

jhkorhonen/MOODS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MOODS 1.9.4

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.4 released:
  • MOODS 1.9.3 released:
    • fixed bug in background distribution estimation with non-ACGT characters
    • updated install script for better support of newer macOS releases
  • new MOODS paper: Fast motif matching revisited: high-order PWMs, SNPs and indels
  • 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
    • minor changes in MOODS.parsers interface

The current release is the 1.9 series of MOODS, an intermediate release towards the fully-revamped 2.0 release later on. Currently all the algorithmic parts are fully ready for use, and should be preferred over the 1.0 releases when possible. However, the documentation and some input/ouput-related functions are still in development.

Download

Download the package:

Or install from PyPi using pip:

  • pip install --user MOODS-python

Currently only the Python package is available; it contains MOODS Python libraries along a commandline interface for most of the MOODS functions.

Usage

See the GitHub wiki for documentation:

Contact

Licensing

MOODS is dual-licenced under GPL version 3 license and Biopython license. See COPYING.GPLv3 and COPYING.BIOPYTHON files for license details.