{ "info": { "author": "BAKEZQ", "author_email": "zhongquan789@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\n# hictools\n\nhictools is a collection of handful tools for processing hic data based on:\n\n- `nextflow` [1](#1) `pairtools` [2](#2) `cooler` [3](#3) `higlass` [4](#4) `......`\n\nCurrently, hictools is mainly composed of 3 parts:\n\n- A `nextflow` based hic-data processing `pipeline`.\n- Python `api` for handling outputs of the pipeline(`.cool`).\n- A simple yet user friendly `higlass server`.\n\n# requirements\n\n- [python3.6+](https://www.python.org/downloads/)\n- [nextflow](https://www.nextflow.io/)\n\n# Install\n\n```\npip install hictoools\n```\n\n# Usage\n\n## Pipeline\n\n- ##### Fill in the config file and run.\n\n Fill in a config file in order to specify the desired sample files(.fastq) to process.\nYou can find a template config file in the current folder named `config_template.yml` after you executed this command:\n\n```bash\nnextflow pull zhqu1148980644/hictools && nextflow run zhqu1148980644/hictools\n```\n\n- ##### Run the pipeline with this config file.\n\n```bash\nnextflow run -params-file config_template.yml hictools -resume \\\n-profile standard\n# Choose the cluster profile if you wish to run in a another executor(platform) by using:\n# -profile cluster\n```\n\n- ##### Outputs\n\nYou can find output folders after the execution of pipeline finished in the same directory as the current config file.\n\n```bash\nwork/ # Working directory generated by nextflow.\nlog/ # Logging file generated by nextflow.\nresults/ # Main folder containing results of this pipeline.\n fastqc/ bams/ pairs/ cools/ features/ other/\n```\n\n***\n\n## Visualize\n\n- ##### Start a api server to provide tilesets\n\nFiles added into this folder will be automatically recorded and converted using `clodius`.\n\ne.g. `.mcool` `.bam` `.bigwig` `.bed` ....\n\n```bash\nhictools hgserver serve --workers 10 --paths ./\n>>\nOpenning api server: http://x.x.x.x:48005/api/v1\nTilesets Database: sqlite:////store/qzhong/.hictools_hgserver.db\nRun 'hictools hgserver view --api_port 48005 to visualize in your web browser.\n```\n\n- ##### Start higlass web app and visit in browser\n\n```bash\nhictools hgserver view --api_port 48405\n>>\nGo visit http://x.x.x.x:8888 in browser.\n```\n\n***\n\n## CLI\n\n***\n\n## API\n\nCheck source codes for details.\n\n---\n\n## Notes\n\n> `nextflow` is a pipeline framework based on the dataflow programing model, which can be spectacularly expressive when writing complex distributed pipelines.\n\n> Pipeline built by `Nextflow` can be executed in multi platforms including SGE, LSF, SLURM, PBS, HTCondor batch schedulers , Kubernetes and Amazon AWS cloud platform by changing the executor specified in `~/.nextflow/assets/zhqu1148980644/hictools/nextflow.config`. The default executor is `SGE`(Sun Grid Engine). You may need to change it depending on the platform you use.\n\n> The pipeline procesures in hictools are similar to that of the `Hi-C Processing Pipeline` used by `4DN`.\n\n ## Reference\n\n- [nextflow](https://github.com/nextflow-io/nextflow \"nextflow\") A DSL for data-driven computational pipelines. \n\n- [pairtools](https://github.com/mirnylab/cooler \"pairtools\") A cool place to store your Hi-C. \n\n- [cooler](https://github.com/mirnylab/pairtools \"cooler\") CLI tools to process mapped Hi-C data. \n\n- [higlass](https://github.com/higlass/higlass \"higlass\") Fast large scale matrix visualization for the web. \n\n\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/zhqu1148980644/hictools", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "hictools", "package_url": "https://pypi.org/project/hictools/", "platform": "", "project_url": "https://pypi.org/project/hictools/", "project_urls": { "Homepage": "https://github.com/zhqu1148980644/hictools" }, "release_url": "https://pypi.org/project/hictools/0.1.4.4/", "requires_dist": [ "setuptools", "colorama", "Click", "scipy", "numpy", "pandas", "sklearn", "statsmodels", "scikit-learn", "cooler", "uvloop", "ujson", "watchgod", "SQLAlchemy", "databases", "uvicorn", "fastapi", "starlette", "slugid", "aiosqlite", "clodius", "mypy ; extra == 'test'", "pytest ; extra == 'test'" ], "requires_python": ">=3.7.0", "summary": "Tools for handling hic data", "version": "0.1.4.4", "yanked": false, "yanked_reason": null }, "last_serial": 8874071, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "12e9618c26faa424086ed4a9fc49459b", "sha256": "2ba9a330e892fd3ff68940f8b907d366f745afb55b12ca240f4cb77c4869e52e" }, "downloads": -1, "filename": "hictools-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "12e9618c26faa424086ed4a9fc49459b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.6.0", "size": 76732, "upload_time": "2020-12-03T20:23:08", "upload_time_iso_8601": "2020-12-03T20:23:08.276537Z", "url": "https://files.pythonhosted.org/packages/b7/01/c609205c9c701a3e7a38b9abb08bbc69675f1e023dffb34124ad6afe4003/hictools-0.1.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "5fc5c2483fb8d6390de08c1afa822440", "sha256": "40991434e4a21d8d798ec155fa61c727eacfd77335228111c71c73e4c38d2fa8" }, "downloads": -1, "filename": "hictools-0.1.3.tar.gz", "has_sig": false, "md5_digest": "5fc5c2483fb8d6390de08c1afa822440", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.0", "size": 69069, "upload_time": "2020-12-03T20:23:09", "upload_time_iso_8601": "2020-12-03T20:23:09.761727Z", "url": "https://files.pythonhosted.org/packages/72/8f/c25e3e9593bf554ef335d2df1065ced675475b32bd687e73b687037e2335/hictools-0.1.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "6a076e953c51371ca434357bb02ab4f7", "sha256": "48323071b9ae15576311d8d5ca11cb1886ce55405ca639b465e4ba6428647c21" }, "downloads": -1, "filename": "hictools-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "6a076e953c51371ca434357bb02ab4f7", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.7.0", "size": 76616, "upload_time": "2020-12-03T20:32:40", "upload_time_iso_8601": "2020-12-03T20:32:40.153042Z", "url": "https://files.pythonhosted.org/packages/4d/66/558113acfdeaa1d580b31b70475f1332ccc00cc74f7d175207308dfbd42e/hictools-0.1.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "2bdad1629d2fcd39e117c46642d04e2e", "sha256": "1289ae373c21b6f43a0b64881b81d1a25e9a801a022bcc139ae8ae1fc58da59e" }, "downloads": -1, "filename": "hictools-0.1.4.tar.gz", "has_sig": false, "md5_digest": "2bdad1629d2fcd39e117c46642d04e2e", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 68860, "upload_time": "2020-12-03T20:32:41", "upload_time_iso_8601": "2020-12-03T20:32:41.586886Z", "url": "https://files.pythonhosted.org/packages/de/f9/254dde39ea06d4bc862939e27d1106be625f7d20500d4c4d0d1a3d1710a3/hictools-0.1.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4.1": [ { "comment_text": "", "digests": { "md5": "3c973a60aa7b384cad05f60d21400b3b", "sha256": "a1b14339f555da9ec05d87b1a450389204f66a3d7f700f6a1c29297c5a88c3a1" }, "downloads": -1, "filename": "hictools-0.1.4.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3c973a60aa7b384cad05f60d21400b3b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.7.0", "size": 76646, "upload_time": "2020-12-03T20:48:34", "upload_time_iso_8601": "2020-12-03T20:48:34.154545Z", "url": "https://files.pythonhosted.org/packages/de/80/08621a417d6394435bb3e0fbd6a43bb3e7e35cbc363aa404f905297781dc/hictools-0.1.4.1-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "136b52de47d689baffa281d91c962a25", "sha256": "a5b85d428f200d4d15e1db5cf0f30e2ef38ec047eca30327dbaa994463a926da" }, "downloads": -1, "filename": "hictools-0.1.4.1.tar.gz", "has_sig": false, "md5_digest": "136b52de47d689baffa281d91c962a25", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 68862, "upload_time": "2020-12-03T20:48:35", "upload_time_iso_8601": "2020-12-03T20:48:35.575988Z", "url": "https://files.pythonhosted.org/packages/46/66/f451d1430282c72d97455c432928a240abd5e35af102d86d48820cb817ae/hictools-0.1.4.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4.2": [ { "comment_text": "", "digests": { "md5": "60b83d62dbc4547ef6d65ab23fef0e7b", "sha256": "b292019b8968dd1a623f85f45f4c4ca538d0f6f23d261ccb4fac4ddec385ab98" }, "downloads": -1, "filename": "hictools-0.1.4.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "60b83d62dbc4547ef6d65ab23fef0e7b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.7.0", "size": 76649, "upload_time": "2020-12-03T21:22:34", "upload_time_iso_8601": "2020-12-03T21:22:34.518468Z", "url": "https://files.pythonhosted.org/packages/06/cf/116b602a06547333f06a19deaffecc0708aa5fd1331a57a9c7c3ecd2773b/hictools-0.1.4.2-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "a51d3bb380c6594af0457e42ecc1e8ae", "sha256": "4bcc465bd3b05dd8e96b4584b17619cce562b50370f1bd95b08f35afe97cce43" }, "downloads": -1, "filename": "hictools-0.1.4.2.tar.gz", "has_sig": false, "md5_digest": "a51d3bb380c6594af0457e42ecc1e8ae", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 68851, "upload_time": "2020-12-03T21:22:36", "upload_time_iso_8601": "2020-12-03T21:22:36.021843Z", "url": "https://files.pythonhosted.org/packages/03/41/4c697fc40de520a4ca9a588da67ec76c6909cfbb17a186602b2f51ea9a34/hictools-0.1.4.2.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4.3": [ { "comment_text": "", "digests": { "md5": "4c15abce723e3f3c85ad36c34afac047", "sha256": "0cbd7695b9f09f65d8ba4dd1ef58bc5a05f940dfd403bc68e6123861aa2a5bf6" }, "downloads": -1, "filename": "hictools-0.1.4.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4c15abce723e3f3c85ad36c34afac047", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.7.0", "size": 76653, "upload_time": "2020-12-03T22:10:13", "upload_time_iso_8601": "2020-12-03T22:10:13.052964Z", "url": "https://files.pythonhosted.org/packages/58/18/c94b58e7de591b87060be9aa2f3d834b3e2e0acb018d5527834e0fe4742e/hictools-0.1.4.3-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "1e23f4961be16c9c8c8f8a7f2210f473", "sha256": "82443c9805cc834d644331858b2c8a111dd3883a36929acd37924c58a445ac23" }, "downloads": -1, "filename": "hictools-0.1.4.3.tar.gz", "has_sig": false, "md5_digest": "1e23f4961be16c9c8c8f8a7f2210f473", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 68887, "upload_time": "2020-12-03T22:10:14", "upload_time_iso_8601": "2020-12-03T22:10:14.742119Z", "url": "https://files.pythonhosted.org/packages/af/27/de499387ae379635f7575a4226a98fdc3e724e9bed79dd0712aa34289bcd/hictools-0.1.4.3.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.4.4": [ { "comment_text": "", "digests": { "md5": "5a3db031e37baf7b803ed176aef5a90c", "sha256": "983e4a7431e961a48d2aeb10644cf1deeb1b3de4e3059ec661a807621e36d7a9" }, "downloads": -1, "filename": "hictools-0.1.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5a3db031e37baf7b803ed176aef5a90c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.7.0", "size": 853615, "upload_time": "2020-12-11T05:03:32", "upload_time_iso_8601": "2020-12-11T05:03:32.780135Z", "url": "https://files.pythonhosted.org/packages/01/af/7760b138c46fab644a4245eb3bf9d2132c2ec41d6001a74f80f5a0b99526/hictools-0.1.4.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d0a2dbd227c700bab8ce54e1f62b098", "sha256": "345cd77fd584f3aed9b602684f067e8643de01ab6582724f34e23f5368a752fc" }, "downloads": -1, "filename": "hictools-0.1.4.4.tar.gz", "has_sig": false, "md5_digest": "9d0a2dbd227c700bab8ce54e1f62b098", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 843027, "upload_time": "2020-12-11T05:03:34", "upload_time_iso_8601": "2020-12-11T05:03:34.656842Z", "url": "https://files.pythonhosted.org/packages/1b/ca/4bb37dbd178c803d97aa3321c8cd6ac657712743787e826da2b393127128/hictools-0.1.4.4.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5a3db031e37baf7b803ed176aef5a90c", "sha256": "983e4a7431e961a48d2aeb10644cf1deeb1b3de4e3059ec661a807621e36d7a9" }, "downloads": -1, "filename": "hictools-0.1.4.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5a3db031e37baf7b803ed176aef5a90c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=3.7.0", "size": 853615, "upload_time": "2020-12-11T05:03:32", "upload_time_iso_8601": "2020-12-11T05:03:32.780135Z", "url": "https://files.pythonhosted.org/packages/01/af/7760b138c46fab644a4245eb3bf9d2132c2ec41d6001a74f80f5a0b99526/hictools-0.1.4.4-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9d0a2dbd227c700bab8ce54e1f62b098", "sha256": "345cd77fd584f3aed9b602684f067e8643de01ab6582724f34e23f5368a752fc" }, "downloads": -1, "filename": "hictools-0.1.4.4.tar.gz", "has_sig": false, "md5_digest": "9d0a2dbd227c700bab8ce54e1f62b098", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7.0", "size": 843027, "upload_time": "2020-12-11T05:03:34", "upload_time_iso_8601": "2020-12-11T05:03:34.656842Z", "url": "https://files.pythonhosted.org/packages/1b/ca/4bb37dbd178c803d97aa3321c8cd6ac657712743787e826da2b393127128/hictools-0.1.4.4.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }