{ "info": { "author": "Gabriele Girelli", "author_email": "gabriele.girelli@scilifelab.se", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "gpseqc\n===\n\nA Python3 package that provides tools to estimate the 3D spatial nuclear centrality of genomic regions and compare different centrality rankings.\n\n* Read the (public) [documentation](https://ggirelli.github.io/gpseqc/) for more details.\n* Read the (private) [documentation](https://github.com/ggirelli/gpseqc/wiki) for more details. \n*Once the repo goes public, private docs will be merged with public ones.*\n\nInstallation\n---\n\nTo **install**, run the following:\n\n```\ngit clone http://github.com/ggirelli/gpseqc\ncd gpseqc\nsudo -H pip3 install .\n```\n\nTo **test** your installation, run: `pytest-3 --pyargs gpseqc`.\n\nTo **uninstall** run the following from within the repository folder:\n\n```\nsudo -H pip3 uninstall gpseqc\n```\n\nTo **update**, first uninstall, and then run the following from within the repository folder.\n\n```\ngit pull\nsudo -H pip3 install .\n```\n\n### Additional dependencies\n\nMost of the required dependencies are automatically install by `pip3`. Still, some require some manual steps. Specifically, `gpseqc` requires the following packages:\n\n* `tkinter`\n\nThat on Ubuntu can be easily installed with:\n\n```bash\nsudo apt install python3-tk\n```\n\nUsage\n---\n\n#### Estimate centrality\n\nThe `gpseqc_estimate` script allows to estimate regional nuclear centrality based on a multi-condition GPSeq experiment. Run `gpseqc_estimate -h` for more details.\n\n#### Compare centrality ranks\n\nThe `gpseqc_compare` script allows to compare different regional centrality ranks. Run `gpseqc_compare -h` for more details.\n\nContributing\n---\n\nWe welcome any contributions to `GPSeqC`. Please, refer to the [contribution guidelines](https://ggirelli.github.io/gpseqc/contributing) if this is your first time contributing! Also, check out our [code of conduct](https://ggirelli.github.io/gpseqc/code_of_conduct).\n\nLicense\n---\n\n```\nMIT License\nCopyright (c) 2017-18 Gabriele Girelli\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ggirelli/gpseqc", "keywords": "DNA biology cell centrality nucleus genome region bed", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "gpseqc", "package_url": "https://pypi.org/project/gpseqc/", "platform": "", "project_url": "https://pypi.org/project/gpseqc/", "project_urls": { "Homepage": "https://github.com/ggirelli/gpseqc" }, "release_url": "https://pypi.org/project/gpseqc/2.3.6/", "requires_dist": null, "requires_python": "", "summary": "GPSeq-based centrality estimation.", "version": "2.3.6" }, "last_serial": 5395154, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3b37080699a86fb4a3372d9965d3a785", "sha256": "4ba396b08317ae15e2601496958ab13af682a17975b9734666f78ff9e5a80598" }, "downloads": -1, "filename": "gpseqc-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3b37080699a86fb4a3372d9965d3a785", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1558, "upload_time": "2018-04-24T09:11:16", "url": "https://files.pythonhosted.org/packages/0f/d3/8f43461acdb82059acf6f79f266710cb46129f7a61a1f73b436e2dccdac1/gpseqc-0.0.1.tar.gz" } ], "2.3.4": [ { "comment_text": "", "digests": { "md5": "2513a08e59f77d9eb0bfb7e62aea890d", "sha256": "3763dba0b5c1c41db2408172c3b163516be2b6eddfdd25ccb537845017389b75" }, "downloads": -1, "filename": "gpseqc-2.3.4.tar.gz", "has_sig": false, "md5_digest": "2513a08e59f77d9eb0bfb7e62aea890d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32864, "upload_time": "2019-01-28T21:20:04", "url": "https://files.pythonhosted.org/packages/9a/36/eef6608a37d5bda68e115027ef2a244a3723357b1d80f30365f0636eb1b9/gpseqc-2.3.4.tar.gz" } ], "2.3.5": [ { "comment_text": "", "digests": { "md5": "644f133fade64dafa7ce6216345de662", "sha256": "04320bd2503c11d81e9325d7c6895b12582ff0629b64b05517d013c13ef6ff0d" }, "downloads": -1, "filename": "gpseqc-2.3.5.tar.gz", "has_sig": false, "md5_digest": "644f133fade64dafa7ce6216345de662", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 32890, "upload_time": "2019-03-25T15:22:50", "url": "https://files.pythonhosted.org/packages/70/f9/b1686b07915cac8fef3aa20b4f9999c0353337c90d296d087ff489ee7a8f/gpseqc-2.3.5.tar.gz" } ], "2.3.6": [ { "comment_text": "", "digests": { "md5": "0915594f6bcd73a205d6124d1661dbd1", "sha256": "85ceb53ed391eedc7905c77aee042a0df4555baa2d44b4b7677ade45e0fd700f" }, "downloads": -1, "filename": "gpseqc-2.3.6.tar.gz", "has_sig": false, "md5_digest": "0915594f6bcd73a205d6124d1661dbd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33155, "upload_time": "2019-06-13T09:48:38", "url": "https://files.pythonhosted.org/packages/e9/5b/18fa209745a8b41fd8cfbf0270038351501781539684e6488a2609291f4c/gpseqc-2.3.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0915594f6bcd73a205d6124d1661dbd1", "sha256": "85ceb53ed391eedc7905c77aee042a0df4555baa2d44b4b7677ade45e0fd700f" }, "downloads": -1, "filename": "gpseqc-2.3.6.tar.gz", "has_sig": false, "md5_digest": "0915594f6bcd73a205d6124d1661dbd1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33155, "upload_time": "2019-06-13T09:48:38", "url": "https://files.pythonhosted.org/packages/e9/5b/18fa209745a8b41fd8cfbf0270038351501781539684e6488a2609291f4c/gpseqc-2.3.6.tar.gz" } ] }