{ "info": { "author": "Loris Mularoni", "author_email": "loris@mularoni.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "![](https://bitbucket.org/batterio/regulome_web/raw/master/regulome_app/webapp/static/images/regulome_logo.jpg)\n\nThis repository contains the code of the Islet Regulome Browser.\nThe Islet Regulome Browser is a visualization tool that enables viewing \nof human islet TF bindings, human islet open chromatin states, clusters \nof enhancers, islet motifs, and DIAGRAM type2 diabetes association \np-values as well as MAGIC fasting glycemia p-values at desired levels of \nresolution throughout the genome. In addition to these standard tracks, \nit is also possible for users to upload their own variants or regions \nsets for temporary display.\n\n\n## Islet regulome dependencies \n* [Python 3.5](https://www.python.org/) and newer with the following packages:\n * Flask \n * Click \n * pandoc (optional)\n * Optional modules that will probably be used in the future are: \n * intervaltree\n * SQLAlchemy\n\t * Flask-SQLAlchemy\n * matplotlib\n* [R](https://www.r-project.org/)\n* [ImageMagick](http://www.imagemagick.org/)\n\n\n## Islet regulome data sources \nSince the data sources are large files (~ 8Gb) contact the author (info@isletregulome.com) to download them. \n\n\n## How to install the regulome\nThe regulome browser can be installed with various approaches: \n\n\n### Through PyPI (recommended) \n pip install regulome_web \n\n\n### Through the source package \n pip install regulome_web-2.0.tar.gz \nPut, if necessary, the correct version of the program in the name of the package \n\n\n### By cloning the repository: \n* Clone the regulome repository: \n `git clone git@bitbucket.org:batterio/regulome_web.git` \n* Install the package: \n `pip install -e .` \n *or* \n `python setup.py` \n\n\n## How to run the regulome_web \nFirst, install the regulome_web as described above. Then write `regulome_web --help`\nto obtain some basic information about the usage of the regulome_web.\nOnce the package is installed, create the required structure by executing\n`regulome_web init`. This command will create a structure of folders as\nwell as a `regulome.cfg` configuration file. Configure the configuration\nfile and then run the regulome_web by executing `regulome_web start`.\nThis will start a local web server on `http://127.0.0.1:5000/`. To deploy the\nregulome_web with a web service such as Apache, use the `regulome.wsgi`\nfile instead. In order to be used in production the regulome_web should \nbe configured with a secure `secret_key` (to be set in the `regulome.cfg` \nconfiguration file) and the `deploy_mode` section of the `regulome.cfg` file\nshould be set to `production`.\n\n\n## Description of the `regulome.cfg` configuration file\nThe `regulome.cfg` configuration file is composed of 7 fields, denoted by square brackets: \n\n* **binaries**: contains two variables:\n\t* **Rscript_bin**: path of the R binary\n\t* **imagemagick**: path of the imagemagick convert tool\n\n* **working_directory**: contains one variable:\n\t* **cwd**: current working directory. This field is set automatically by the program when `regulome_web init` is executed\n\n* **data**: contains two variables:\n\t* **data**: path of the data used by the R script to generate the plot. By default the program searches for the folder `data` in the current working directory (see above)\n\t* **uploads**: path where the files uploaded by the users are stored. By default the program searches for the folder `data/uploads` in the current working directory (see above)\n\n* **output**: contains one variable:\n\t* **cache**: path where the results of the program (plots and tables) will be saved. By default the program searches for the folder `output` in the current working directory (see above). The default folder will be created, if not existing, when `regulome_web init` is executed\n\n* **logs**: contains 4 variables:\n\t* **log_folder**: path where the logs of the program are written. By default the program searches for the folder `logs` in the current woring directory (seea bove). The default folder will be created, if not existing, when `regulome_web init` is executed\n\t* **activity_log**: path of the `activity.log` file. By default this file is placed inside `log_folder`\n\t* **regulome_log**: path of the `regulome.log` file. By default this file is placed inside `log_folder`\n\t* **log_level**: level of log verbosity: can be: notset, debug, info, warning, error, critical. By default log_level is set to info\n\n* **deploy_mode**: contains one variable:\n\t* **configuration**: mode of deploy of the `regulome_web` program. Can be development, testing, production. By default cofiguration is set to development\n\n* **secret_key**: contains one variable:\n\t* **key**: key used to encrypt the session coockies. Make sure to keep the key secret.", "description_content_type": null, "docs_url": null, "download_url": "https://bitbucket.org/batterio/regulome_web/get/2.0.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/batterio/regulome_web", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "regulome-web", "package_url": "https://pypi.org/project/regulome-web/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/regulome-web/", "project_urls": { "Download": "https://bitbucket.org/batterio/regulome_web/get/2.0.0.tar.gz", "Homepage": "https://bitbucket.org/batterio/regulome_web" }, "release_url": "https://pypi.org/project/regulome-web/2.0.0/", "requires_dist": [ "Brython", "Click", "Flask", "Jinja2" ], "requires_python": "", "summary": "Human Islet Regulome Browser", "version": "2.0.0" }, "last_serial": 2600578, "releases": { "2.0.0": [ { "comment_text": "", "digests": { "md5": "49555c645d843997ed94ce77c840b283", "sha256": "2b6fb72341d137b6082e1d22122b68d9c7343f6db4154c1b770fa0b04d86d4b1" }, "downloads": -1, "filename": "regulome_web-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "49555c645d843997ed94ce77c840b283", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1283725, "upload_time": "2017-01-26T21:23:15", "url": "https://files.pythonhosted.org/packages/fd/b5/86bb313555738506c5f68ddbc275596e949cc679298b5a4e1a3405974659/regulome_web-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ffdf451a737001909db726107ce2b164", "sha256": "61cd089b96e97b604c7898fa97eb0e2b2766492a4ca8d73987d966d09bc5007d" }, "downloads": -1, "filename": "regulome_web-2.0.0.tar.gz", "has_sig": false, "md5_digest": "ffdf451a737001909db726107ce2b164", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1252882, "upload_time": "2017-01-26T21:22:53", "url": "https://files.pythonhosted.org/packages/ac/23/48d8d41f9f4e7c8814d0bbf83c923531ec62eefb4da37afd22fa1a5f9ec3/regulome_web-2.0.0.tar.gz" } ], "2.0.0rc3": [ { "comment_text": "", "digests": { "md5": "4f2011d19d084ec15fff96b7e9cc2486", "sha256": "c39bea3c8f53e5ba2038c11ff1f23b6f95fa7f4dd6ca8124d4e3c1339aae7366" }, "downloads": -1, "filename": "regulome_web-2.0.0rc3-py3-none-any.whl", "has_sig": false, "md5_digest": "4f2011d19d084ec15fff96b7e9cc2486", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3353498, "upload_time": "2017-01-15T20:39:44", "url": "https://files.pythonhosted.org/packages/69/f4/caba79a4f0491e7f4949c191dd6ac2f27040b768cfc551552be7f59069d3/regulome_web-2.0.0rc3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9e74e64de841e403ecc4bb828087670d", "sha256": "14bf387e2c584e2914bc50c28abc39805ee7d957877346d7cee5dd409ea8fd68" }, "downloads": -1, "filename": "regulome_web-2.0.0rc3.tar.gz", "has_sig": false, "md5_digest": "9e74e64de841e403ecc4bb828087670d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3050000, "upload_time": "2017-01-15T20:39:48", "url": "https://files.pythonhosted.org/packages/7a/54/df1e9643892e92ee973aab5f45de091c467bfb436bed25a42d0bb91bc94e/regulome_web-2.0.0rc3.tar.gz" } ], "2.0.0rc4": [ { "comment_text": "", "digests": { "md5": "ff78831280636b311bcff0f94710a7dd", "sha256": "3cad084ac5fff30a044d765ce282fe156c16449d6186235792752dfe110e5cd7" }, "downloads": -1, "filename": "regulome_web-2.0.0rc4-py3-none-any.whl", "has_sig": false, "md5_digest": "ff78831280636b311bcff0f94710a7dd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3354063, "upload_time": "2017-01-16T15:00:25", "url": "https://files.pythonhosted.org/packages/ac/30/98b64d22360dd5c24527197bd242ceee14c55e96f44f7a5d00fcc217227c/regulome_web-2.0.0rc4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e3d6b2273eaaab51b4a8110643de9606", "sha256": "d479b2a5cfbabc606fec9553391e8e907265f5100aec3698a20543a468b33afb" }, "downloads": -1, "filename": "regulome_web-2.0.0rc4.tar.gz", "has_sig": false, "md5_digest": "e3d6b2273eaaab51b4a8110643de9606", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3050578, "upload_time": "2017-01-16T15:00:30", "url": "https://files.pythonhosted.org/packages/32/d5/d82a57a69784ce52451e26b8148cde82b967eaeb69ecbea80561e20a64c9/regulome_web-2.0.0rc4.tar.gz" } ], "2.0.0rc5": [ { "comment_text": "", "digests": { "md5": "a51f559d6305412b2e5899eeee36b889", "sha256": "c4218b8cd3e8447294ae3de857200bd83d5d7a4de06467bc2f7664b4fbb40630" }, "downloads": -1, "filename": "regulome_web-2.0.0rc5-py3-none-any.whl", "has_sig": false, "md5_digest": "a51f559d6305412b2e5899eeee36b889", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3354360, "upload_time": "2017-01-17T22:41:02", "url": "https://files.pythonhosted.org/packages/19/52/7741c1e96db809d78dd6bb43558a03251c8e9d3c59515db6375dfd797869/regulome_web-2.0.0rc5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fb93f9b5efb454452c0254e35908e641", "sha256": "4ae66a17c368ba306a199f61510900c8a6e7c2a0acea63f32e0859519dd4e8e1" }, "downloads": -1, "filename": "regulome_web-2.0.0rc5.tar.gz", "has_sig": false, "md5_digest": "fb93f9b5efb454452c0254e35908e641", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3050838, "upload_time": "2017-01-17T22:41:07", "url": "https://files.pythonhosted.org/packages/e2/91/e2ddd6a83d8292bdc515c44192ad2d5b255e57f5923fa6474ac0425e1d5e/regulome_web-2.0.0rc5.tar.gz" } ], "2.0.0rc6": [ { "comment_text": "", "digests": { "md5": "bc8ea86a3800dec6ee8b2e500f417ed3", "sha256": "83d75dd126bdb10991821e3f64b77d3badc132de57510d292da9b1bddb68c343" }, "downloads": -1, "filename": "regulome_web-2.0.0rc6-py3-none-any.whl", "has_sig": false, "md5_digest": "bc8ea86a3800dec6ee8b2e500f417ed3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1283687, "upload_time": "2017-01-18T17:11:27", "url": "https://files.pythonhosted.org/packages/17/64/2175a3b7865a13cbe00374367c894e626d65388868a23dd0727f58576368/regulome_web-2.0.0rc6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9214f3c2b82f4ec3591b643449349be6", "sha256": "72546d47c435030f8a17cf8d96309f0c03e8f6fbe002b9270e88d4cd3e4b71cd" }, "downloads": -1, "filename": "regulome_web-2.0.0rc6.tar.gz", "has_sig": false, "md5_digest": "9214f3c2b82f4ec3591b643449349be6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1253175, "upload_time": "2017-01-18T17:11:30", "url": "https://files.pythonhosted.org/packages/13/b5/6ddfbd4dbc329920a8b724b1b40c7e6da531868cb625a84ac6a02bd03f61/regulome_web-2.0.0rc6.tar.gz" } ], "2.0.0rc7": [ { "comment_text": "", "digests": { "md5": "6677618f4b520f64f56c9f5bde7882ad", "sha256": "a9abe3bc2e61541bec891c23e380d7cdc90159d129509d34c4232734a1888a33" }, "downloads": -1, "filename": "regulome_web-2.0.0rc7-py3-none-any.whl", "has_sig": false, "md5_digest": "6677618f4b520f64f56c9f5bde7882ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1283998, "upload_time": "2017-01-24T21:23:36", "url": "https://files.pythonhosted.org/packages/36/96/af02cdf3036482bf52f0b682d3eb8069be059cb8b78860536efa78bdd00c/regulome_web-2.0.0rc7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a427dbae875451894756a2385c556567", "sha256": "948ddf8dbab8c5ed5ae4aa3845dfb50a765eda7da53529265499347fa668d729" }, "downloads": -1, "filename": "regulome_web-2.0.0rc7.tar.gz", "has_sig": false, "md5_digest": "a427dbae875451894756a2385c556567", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1253487, "upload_time": "2017-01-24T21:23:40", "url": "https://files.pythonhosted.org/packages/13/c2/6453d427fd15f0dada82b1c99312bdf41e91d7a765bd5a3355406c652216/regulome_web-2.0.0rc7.tar.gz" } ], "2.0rc1": [ { "comment_text": "", "digests": { "md5": "74bb7e1127f7e8aa8194cd7ca9c68ac8", "sha256": "c9d2d8f0243d6af085f7269a17914099163cc71bd0e944216b2020116fba875f" }, "downloads": -1, "filename": "regulome_web-2.0rc1.tar.gz", "has_sig": false, "md5_digest": "74bb7e1127f7e8aa8194cd7ca9c68ac8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2954741, "upload_time": "2016-11-23T12:03:36", "url": "https://files.pythonhosted.org/packages/3a/2e/f50041ba3cd909a222058f19218fa96e93941ddff82180b3b250062e6b83/regulome_web-2.0rc1.tar.gz" } ], "2.0rc2": [ { "comment_text": "", "digests": { "md5": "c1b83ba40a4e68cae721e1035ea1735d", "sha256": "2cac1c1bbe4adba249a29d82022b59b4405a02ae4a44b9d2f76defab289b16ef" }, "downloads": -1, "filename": "regulome_web-2.0rc2.tar.gz", "has_sig": false, "md5_digest": "c1b83ba40a4e68cae721e1035ea1735d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2954846, "upload_time": "2016-11-24T22:56:16", "url": "https://files.pythonhosted.org/packages/2c/37/d1af1fc6ccfa460a3167543b5791fe856250d45324753bb9ffe597a9c42a/regulome_web-2.0rc2.tar.gz" } ], "2.0rc3": [] }, "urls": [ { "comment_text": "", "digests": { "md5": "49555c645d843997ed94ce77c840b283", "sha256": "2b6fb72341d137b6082e1d22122b68d9c7343f6db4154c1b770fa0b04d86d4b1" }, "downloads": -1, "filename": "regulome_web-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "49555c645d843997ed94ce77c840b283", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1283725, "upload_time": "2017-01-26T21:23:15", "url": "https://files.pythonhosted.org/packages/fd/b5/86bb313555738506c5f68ddbc275596e949cc679298b5a4e1a3405974659/regulome_web-2.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ffdf451a737001909db726107ce2b164", "sha256": "61cd089b96e97b604c7898fa97eb0e2b2766492a4ca8d73987d966d09bc5007d" }, "downloads": -1, "filename": "regulome_web-2.0.0.tar.gz", "has_sig": false, "md5_digest": "ffdf451a737001909db726107ce2b164", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1252882, "upload_time": "2017-01-26T21:22:53", "url": "https://files.pythonhosted.org/packages/ac/23/48d8d41f9f4e7c8814d0bbf83c923531ec62eefb4da37afd22fa1a5f9ec3/regulome_web-2.0.0.tar.gz" } ] }