MOODS-python


NameMOODS-python JSON
Version 1.9.4.1 PyPI version JSON
download
home_pagehttps://www.cs.helsinki.fi/group/pssmfind/
SummaryMOODS: Motif Occurrence Detection Suite
upload_time2019-05-15 14:13:40
maintainerJanne H. Korhonen
docs_urlNone
author
requires_python
licenseGPLv3 / Biopython license
keywords pwm pssm motif scan
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            MOODS-python 1.9.4.1
====================

Motif Occurrence Detection Suite

https://www.cs.helsinki.fi/group/pssmfind/


Installing from PyPi
--------------------

The quickest way to install MOODS is using pip:

(a) Install the module to your local Python library path:

    pip install --user MOODS-python

(b) Install the module for all users:

    sudo pip install MOODS-python

Installing the MOODS package from PyPi installs the `moods-dna.py` script to
your Python executable directory. Test it by running:

    moods-dna.py --help

(Note that this assumes that the appropriate Python executable directory is in
your path. For example, if you install the package with --user, you can do this
with

    PATH="$PATH:`python -m site --user-base`/bin"

if it doesn't work otherwise.)


Installing from Source
----------------------

Alternatively, you can install MOODS from the source package, for example if you
don't have your pip configured or you just want a quick throwaway install.

(a) If you don't want to bother installing MOODS, you can compile the extensions
    in place and create a symlink under `scripts/`:

    python setup.py build_ext --inplace
    cd scripts
    ln -s ../MOODS/

(b) Install the module to your local Python library path:

    python setup.py install --user

(c) Install the module for all users:

    sudo python setup.py install

You can test MOODS by running the `moods-dna.py` script with
the example data provided with the package:

    cd scripts/
    python moods-dna.py -m example-data/matrices/*.{pfm,adm} -s example-data/seq/chr1-5k-55k.fa -p 0.0001
    python moods-dna.py --help


Documentation
-------------

Documentation on GitHub wiki: https://github.com/jhkorhonen/MOODS/wiki


Copyright and Licence
---------------------

Copyright (C) 2009 by Petri J Martinmäki, Janne Korhonen, Pasi Rastas

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version, or under the terms of the Biopython
License.
            

Raw data

            {
    "_id": null,
    "home_page": "https://www.cs.helsinki.fi/group/pssmfind/",
    "name": "MOODS-python",
    "maintainer": "Janne H. Korhonen",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "janne.h.korhonen@gmail.com",
    "keywords": "PWM,PSSM,motif scan",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/f7/34/c623e9b57e3e3f1edf030201603d8110bf9969921790d950836176be4749/MOODS-python-1.9.4.1.tar.gz",
    "platform": "",
    "description": "MOODS-python 1.9.4.1\n====================\n\nMotif Occurrence Detection Suite\n\nhttps://www.cs.helsinki.fi/group/pssmfind/\n\n\nInstalling from PyPi\n--------------------\n\nThe quickest way to install MOODS is using pip:\n\n(a) Install the module to your local Python library path:\n\n    pip install --user MOODS-python\n\n(b) Install the module for all users:\n\n    sudo pip install MOODS-python\n\nInstalling the MOODS package from PyPi installs the `moods-dna.py` script to\nyour Python executable directory. Test it by running:\n\n    moods-dna.py --help\n\n(Note that this assumes that the appropriate Python executable directory is in\nyour path. For example, if you install the package with --user, you can do this\nwith\n\n    PATH=\"$PATH:`python -m site --user-base`/bin\"\n\nif it doesn't work otherwise.)\n\n\nInstalling from Source\n----------------------\n\nAlternatively, you can install MOODS from the source package, for example if you\ndon't have your pip configured or you just want a quick throwaway install.\n\n(a) If you don't want to bother installing MOODS, you can compile the extensions\n    in place and create a symlink under `scripts/`:\n\n    python setup.py build_ext --inplace\n    cd scripts\n    ln -s ../MOODS/\n\n(b) Install the module to your local Python library path:\n\n    python setup.py install --user\n\n(c) Install the module for all users:\n\n    sudo python setup.py install\n\nYou can test MOODS by running the `moods-dna.py` script with\nthe example data provided with the package:\n\n    cd scripts/\n    python moods-dna.py -m example-data/matrices/*.{pfm,adm} -s example-data/seq/chr1-5k-55k.fa -p 0.0001\n    python moods-dna.py --help\n\n\nDocumentation\n-------------\n\nDocumentation on GitHub wiki: https://github.com/jhkorhonen/MOODS/wiki\n\n\nCopyright and Licence\n---------------------\n\nCopyright (C) 2009 by Petri J Martinm\u00e4ki, Janne Korhonen, Pasi Rastas\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version, or under the terms of the Biopython\nLicense.",
    "bugtrack_url": null,
    "license": "GPLv3 / Biopython license",
    "summary": "MOODS: Motif Occurrence Detection Suite",
    "version": "1.9.4.1",
    "project_urls": {
        "Homepage": "https://www.cs.helsinki.fi/group/pssmfind/"
    },
    "split_keywords": [
        "pwm",
        "pssm",
        "motif scan"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f734c623e9b57e3e3f1edf030201603d8110bf9969921790d950836176be4749",
                "md5": "0b8d07f7fad38eb4b452f8244fc3367c",
                "sha256": "b3b5e080cb0cd13c0fd175d0ee0d453fde3e42794fa7ac39a4f6db1ac5ddb4cc"
            },
            "downloads": -1,
            "filename": "MOODS-python-1.9.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0b8d07f7fad38eb4b452f8244fc3367c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 250899,
            "upload_time": "2019-05-15T14:13:40",
            "upload_time_iso_8601": "2019-05-15T14:13:40.135197Z",
            "url": "https://files.pythonhosted.org/packages/f7/34/c623e9b57e3e3f1edf030201603d8110bf9969921790d950836176be4749/MOODS-python-1.9.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2019-05-15 14:13:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "moods-python"
}
        
Elapsed time: 0.08704s