{ "info": { "author": "Simon van Heeringen", "author_email": "simon.vanheeringen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: MacOS :: MacOS X", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# GimmeMotifs\n\n[![bioconda-badge](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io)\n[![PyPI version](https://badge.fury.io/py/gimmemotifs.svg)](https://badge.fury.io/py/gimmemotifs)\n[![Build Status](https://travis-ci.org/vanheeringen-lab/gimmemotifs.svg?branch=master)](https://travis-ci.org/vanheeringen-lab/gimmemotifs)\n[![Code Health](https://landscape.io/github/simonvh/gimmemotifs/master/landscape.svg?style=flat)](https://landscape.io/github/simonvh/gimmemotifs/master)\n[![Documentation Status](https://readthedocs.org/projects/gimmemotifs/badge/?version=master)](http://gimmemotifs.readthedocs.io/en/master/?badge=master)\n\n[![DOI](https://zenodo.org/badge/676678.svg)](https://zenodo.org/badge/latestdoi/676678)\n\nSuite of motif tools, including a motif prediction pipeline for ChIP-seq experiments.\n\nSee [full GimmeMotifs documentation](http://gimmemotifs.readthedocs.org/) for detailed installation instructions and usage examples.\n\nFor documentation on the development version see [here](http://gimmemotifs.readthedocs.org/en/latest/).\n\nThe manuscript describing this latest release is available on [biorRxiv](https://doi.org/10.1101/474403) as a preprint and can be cited as:\n\n> [**GimmeMotifs: an analysis framework for transcription factor motif analysis**](https://doi.org/10.1101/474403)
\nNiklas Bruse, Simon J. van Heeringen
\n_bioRxiv_ (2018) DOI: [10.1101/474403](https://doi.org/10.1101/474403)\n\n\n## We need your help!\n\nGimmeMotifs was originally developed for our own needs but we would really like it to be useful to the wider community. However, this also depends on your input. Let us know what you think! What features are missing? Which tutorial would you like to see? What part of the documentation is unclear? Have great ideas for future developments? Maybe you even want to join in developing this software?\n\n[Let us know!](https://github.com/simonvh/gimmemotifs/issues/)\n\n\n\n## Easy installation\n\nThe most straightforward way to install GimmeMotifs is via [conda](https://docs.continuum.io/anaconda/) using the [bioconda](https://bioconda.github.io/) channel.\n\nIf you have not used bioconda before, first set up the necessary channels (in this order!). You only have to do this once.\n\n```\n$ conda config --add channels defaults\n$ conda config --add channels bioconda\n$ conda config --add channels conda-forge\n```\n\nYou can now install GimmeMotifs with one command:\n\n```\n# Create an environment called gimme with all dependencies\n$ conda create -n gimme python=3 gimmemotifs\n\n# Activate the environment\n$ conda activate gimme\n```\n\nPython 3 is the required, from version 0.13.0 on GimmeMotifs no longer supports Python 2. \nDon't forget to activate the environment with `conda activate gimme` whenever you want to use GimmeMotifs.\n\n## Quick start\n\n### Predict some motifs:\n\n`$ gimme motifs my_peaks.bed -g /data/genomes/hg38/hg38.fa -n my_motifs`\n\n### Download a genome\n\nThe example above assumes that you have the hg38 genome in\n`/data/genomes/hg38/hg38.fa`. \nGimmeMotifs can also use genomes installed by\n[genomepy](http://github.com/simonvh/genomepy).\n\nYou can configure the directory where genomepy stores genomes by editing\n`~/.config/genomepy/genomepy.yaml`\n\n``` \ngenome_dir: /data/genomes\n``` \n\nTo download a genome from UCSC:\n\n`$ genomepy install hg38 UCSC --annotation`\n\nNow you can specify this genome for GimmeMotifs by name.\n\n`$ gimme motifs my_peaks.bed -g hg38 -n my_motifs`\n\n\n## Help \n\n\n* Full documentation:\n [http://gimmemotifs.readthedocs.io/](http://gimmemotifs.readthedocs.io/).\n* Check the [FAQ](http://gimmemotifs.readthedocs.io/en/master/faq.html#faq) for\n common issues.\n* The preferred way to get support is through the Github\n [issues](https://github.com/simonvh/gimmemotifs/issues/) page\n* Finally, you can reach me by [mail](simon.vanheeringen@gmail.com) or\n [Twitter](https://twitter.com/svheeringen).", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/simonvh/gimmemotifs/tarball/0.13.1", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/simonvh/gimmemotifs/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gimmemotifs", "package_url": "https://pypi.org/project/gimmemotifs/", "platform": "", "project_url": "https://pypi.org/project/gimmemotifs/", "project_urls": { "Download": "https://github.com/simonvh/gimmemotifs/tarball/0.13.1", "Homepage": "https://github.com/simonvh/gimmemotifs/" }, "release_url": "https://pypi.org/project/gimmemotifs/0.13.1/", "requires_dist": null, "requires_python": "", "summary": "GimmeMotifs is a motif prediction pipeline.", "version": "0.13.1" }, "last_serial": 4557719, "releases": { "0.10.0b1": [ { "comment_text": "", "digests": { "md5": "7d22da8b2d54f6a8f80a60d6c3950263", "sha256": "156f315a70aba97fa2de291adb34c6470b54200e52bd019e12a43969ae9f1b54" }, "downloads": -1, "filename": "gimmemotifs-0.10.0b1.tar.gz", "has_sig": false, "md5_digest": "7d22da8b2d54f6a8f80a60d6c3950263", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37848912, "upload_time": "2016-08-23T11:37:34", "url": "https://files.pythonhosted.org/packages/99/73/fc665e610b200b170a2701ecb2d298b8f51c9792e44e12b47a803ed1cf9e/gimmemotifs-0.10.0b1.tar.gz" } ], "0.10.0b2": [ { "comment_text": "", "digests": { "md5": "e7cb27b2679334f26bf3b1122a5b03cc", "sha256": "5a633f386f89dfe434c86f1a971ef0d14ecfda8aa9fd25ac9e1542943d1edd97" }, "downloads": -1, "filename": "gimmemotifs-0.10.0b2.tar.gz", "has_sig": false, "md5_digest": "e7cb27b2679334f26bf3b1122a5b03cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43123692, "upload_time": "2016-09-30T09:48:04", "url": "https://files.pythonhosted.org/packages/e5/3a/cd3a48bbd49c2cdf325616da57ebe50b12135a4f60111cc4960573f29524/gimmemotifs-0.10.0b2.tar.gz" } ], "0.10.0b4": [ { "comment_text": "", "digests": { "md5": "0787b40d03dcfe5f5c74857f7cc17046", "sha256": "2662e2004ebe948666e02f850e0e42171e195edf6e0b569f8eed4fb478154b49" }, "downloads": -1, "filename": "gimmemotifs-0.10.0b4.tar.gz", "has_sig": false, "md5_digest": "0787b40d03dcfe5f5c74857f7cc17046", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43126116, "upload_time": "2016-10-06T11:49:28", "url": "https://files.pythonhosted.org/packages/98/be/6fdb2557d262d2dfd365fa8502205c6a1f72cfa8029d0d9c3fdb9420f3ff/gimmemotifs-0.10.0b4.tar.gz" } ], "0.10.0b5": [ { "comment_text": "", "digests": { "md5": "741cc45f2f44c42f3631e0424eef6c71", "sha256": "6a2ea4bee04d65f062569f18962bd9e7f579289edb328d1c3fa246f7ef7368f3" }, "downloads": -1, "filename": "gimmemotifs-0.10.0b5.tar.gz", "has_sig": false, "md5_digest": "741cc45f2f44c42f3631e0424eef6c71", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43949390, "upload_time": "2016-12-16T15:36:46", "url": "https://files.pythonhosted.org/packages/d3/83/2ffdbeb78227407f2ac3f4390f27257630709a3653a2c42926b181381f75/gimmemotifs-0.10.0b5.tar.gz" } ], "0.10.0b6": [ { "comment_text": "", "digests": { "md5": "4f9389f967f584b53917c37b1370c609", "sha256": "058d19e174c474dda84ff2e20a347553ef483cb9d4d22d2a1117620698b99376" }, "downloads": -1, "filename": "gimmemotifs-0.10.0b6.tar.gz", "has_sig": false, "md5_digest": "4f9389f967f584b53917c37b1370c609", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43118371, "upload_time": "2016-12-17T12:28:19", "url": "https://files.pythonhosted.org/packages/90/2c/f9493aeaaf1cf10742d7a7bf251dfbfe4a82d53f5222379b0466ac8cacfe/gimmemotifs-0.10.0b6.tar.gz" } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "70b9c27e17638cbb230ec128f71a89fc", "sha256": "bea23d41cecb19e64a0df0acbe41912b20cf9e553a968df058d51f33f45ecc9e" }, "downloads": -1, "filename": "gimmemotifs-0.11.0.tar.gz", "has_sig": false, "md5_digest": "70b9c27e17638cbb230ec128f71a89fc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36310395, "upload_time": "2017-07-20T08:24:28", "url": "https://files.pythonhosted.org/packages/6c/b7/f04441424da981f03b69c21f2aa534aa4c6cee7aaea4a5e6b1887116bb08/gimmemotifs-0.11.0.tar.gz" } ], "0.11.0b0": [ { "comment_text": "", "digests": { "md5": "fa9d1e96b3aeb2e8aaee577d2834564f", "sha256": "33f2362a3dc0806846fb5789edf5ae8546142162998d3ba0f2090c8eaf6311ea" }, "downloads": -1, "filename": "gimmemotifs-0.11.0b0.tar.gz", "has_sig": false, "md5_digest": "fa9d1e96b3aeb2e8aaee577d2834564f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 48300430, "upload_time": "2017-07-07T13:09:08", "url": "https://files.pythonhosted.org/packages/82/a3/34326512c0e9418729124bf9f5fd5da54a9792d5e99e84fe0653f3c38d2e/gimmemotifs-0.11.0b0.tar.gz" } ], "0.11.1": [ { "comment_text": "", "digests": { "md5": "13f96398f2fcff395a8610d378e25b6f", "sha256": "b24498e9e09f238fa6ac13f1c0d4ae69425062a63aec875de5cb45b907bc5915" }, "downloads": -1, "filename": "gimmemotifs-0.11.1.tar.gz", "has_sig": false, "md5_digest": "13f96398f2fcff395a8610d378e25b6f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 36312874, "upload_time": "2017-08-24T10:20:26", "url": "https://files.pythonhosted.org/packages/e9/c6/6b7e7069dbadc7d14ddab5483ef1c98e7532a3a92d66d89ef5cb59d0ac7a/gimmemotifs-0.11.1.tar.gz" } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "11aff844458811fc146f95f6c6954284", "sha256": "5d77d7d30ca5432388dd70e1975012333d2aebe05acf2b341ccd3c6c1cc71214" }, "downloads": -1, "filename": "gimmemotifs-0.12.0.tar.gz", "has_sig": false, "md5_digest": "11aff844458811fc146f95f6c6954284", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 37335381, "upload_time": "2018-07-10T09:54:37", "url": "https://files.pythonhosted.org/packages/53/5b/9251735efaf7a76ed7694c03a7a47cc21290f71d3958581a425da4682c47/gimmemotifs-0.12.0.tar.gz" } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "e505b0ad6fafd6c93d72e669e7bad0d9", "sha256": "7db82ff0a0c85d3ba2a331d1a4721a715ae5aab13f96aceb48fe23945d179ed4" }, "downloads": -1, "filename": "gimmemotifs-0.13.0.tar.gz", "has_sig": false, "md5_digest": "e505b0ad6fafd6c93d72e669e7bad0d9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54416290, "upload_time": "2018-11-19T20:35:52", "url": "https://files.pythonhosted.org/packages/66/76/ec3ff69655c4bbb8b606db6f45608125fe91e8568dd5858187f8b1b9379c/gimmemotifs-0.13.0.tar.gz" } ], "0.13.1": [ { "comment_text": "", "digests": { "md5": "2abc1e0aa1255c4b0b6e5f680e89d6a3", "sha256": "64593fa757171b361e5dfd3a70fc610d792078648cd164d19c84dc4f156004b0" }, "downloads": -1, "filename": "gimmemotifs-0.13.1.tar.gz", "has_sig": false, "md5_digest": "2abc1e0aa1255c4b0b6e5f680e89d6a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43731683, "upload_time": "2018-12-03T23:15:45", "url": "https://files.pythonhosted.org/packages/80/e9/84e4a077680c2c6e2baaca829ac660e910014c0aa57cd5dc915564a5a001/gimmemotifs-0.13.1.tar.gz" } ], "0.8.9.1": [ { "comment_text": "", "digests": { "md5": "dbbfaf6ad5d2d5a4714eece39e0ef5a3", "sha256": "d0ef7814744c203003fee7cddd40b3a251708d788901a58c4e49f8ebd3d3967a" }, "downloads": -1, "filename": "gimmemotifs-0.8.9.1.tar.gz", "has_sig": false, "md5_digest": "dbbfaf6ad5d2d5a4714eece39e0ef5a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35649642, "upload_time": "2016-03-08T09:24:42", "url": "https://files.pythonhosted.org/packages/3b/66/216440ec9d7e3c075bd26b6ab13132bcebb42fc2dd20a8886a6bec347976/gimmemotifs-0.8.9.1.tar.gz" } ], "0.8.9.2": [], "0.9.0.2": [ { "comment_text": "", "digests": { "md5": "cd52be05e4d0c6bbec30353ee8c1071f", "sha256": "067517aab6c199031c98501adbba07cefbf3af51788f5cafde9c49e41ca9860e" }, "downloads": -1, "filename": "gimmemotifs-0.9.0.2.tar.gz", "has_sig": false, "md5_digest": "cd52be05e4d0c6bbec30353ee8c1071f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41130704, "upload_time": "2016-03-23T12:00:46", "url": "https://files.pythonhosted.org/packages/9a/64/35a8f9fdbf3d212a5a4a797bf862df63a3b53e1858b1d18480a4f7cfe1e6/gimmemotifs-0.9.0.2.tar.gz" } ], "0.9.0.3": [ { "comment_text": "", "digests": { "md5": "3716d7389b5d6ea30c88b11f51bd399f", "sha256": "19fd267ed30fd90a727c7bb99bd89bd0cd16c11fa3a2cfb29e9da219a23cf568" }, "downloads": -1, "filename": "gimmemotifs-0.9.0.3.tar.gz", "has_sig": false, "md5_digest": "3716d7389b5d6ea30c88b11f51bd399f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 41130825, "upload_time": "2016-03-23T16:25:50", "url": "https://files.pythonhosted.org/packages/65/94/7402fe33e86c472e392ac203838c4e6d2c07a3dc421998d5e1c38dbcdcac/gimmemotifs-0.9.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2abc1e0aa1255c4b0b6e5f680e89d6a3", "sha256": "64593fa757171b361e5dfd3a70fc610d792078648cd164d19c84dc4f156004b0" }, "downloads": -1, "filename": "gimmemotifs-0.13.1.tar.gz", "has_sig": false, "md5_digest": "2abc1e0aa1255c4b0b6e5f680e89d6a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 43731683, "upload_time": "2018-12-03T23:15:45", "url": "https://files.pythonhosted.org/packages/80/e9/84e4a077680c2c6e2baaca829ac660e910014c0aa57cd5dc915564a5a001/gimmemotifs-0.13.1.tar.gz" } ] }