{ "info": { "author": "Daofeng Li", "author_email": "lidaof@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# g3dtools\n\nA tool for operating .g3d (genome 3D structure) format.\n\nRequire: Python 3 and above. (Note: not work with Python 2)\n\nexample input\n\ncolumns are:\n* chromosome\n* start position\n* end position\n* X\n* Y\n* Z\n* haplotype, m for maternal, p for paternal, . for unknown\n\n\npython g3dtools.py dump test -g hg19 -s GM12878 -o GM12878_chr1_chr2\n\nlet the tool calculate resolutions:\n\npython g3dtools.py 3dg test/GSM3271347_gm12878_01.impute3.round4.clean.3dg.txt.gz -o testOut/GSM3271347_gm12878_01.impute3.round4.clean -s 2,3,4,5,6,7,8,9,10\n\nor prepare resolutions in advance:\n\n\nQuery:\n\npython g3dtools.py query testOut/GSM3271347_gm12878_01.impute3.round4.clean.g3d -c chr7 -s 27053397 -e 27373765\n\nchange resolution:\npython g3dtools.py query testOut/GSM3271347_gm12878_01.impute3.round4.clean.g3d -c chr7 -s 27053397 -e 27373765 -r 100000\n\nwhen resolution not exists:\npython g3dtools.py query testOut/GSM3271347_gm12878_01.impute3.round4.clean.g3d -c chr7 -s 27053397 -e 27373765 -r 130000\n[Query] Error, resolution 130000 not exists for this file, \navailable resolutions: [20000, 40000, 60000, 80000, 100000, 120000, 140000, 160000, 180000, 200000]\n\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/lidaof/g3d", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "g3dtools", "package_url": "https://pypi.org/project/g3dtools/", "platform": "", "project_url": "https://pypi.org/project/g3dtools/", "project_urls": { "Homepage": "https://github.com/lidaof/g3d" }, "release_url": "https://pypi.org/project/g3dtools/0.1/", "requires_dist": [ "msgpack" ], "requires_python": "", "summary": "Generating and querying .g3d file", "version": "0.1" }, "last_serial": 5904776, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9ca9c782744d01b2130834d6932929a2", "sha256": "03c11484c338b2f5a3b4bc9af7cc8795e2772d6c8e6d1b1474c14a0929a6cb69" }, "downloads": -1, "filename": "g3dtools-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9ca9c782744d01b2130834d6932929a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9408, "upload_time": "2019-09-30T04:32:04", "url": "https://files.pythonhosted.org/packages/66/6b/e0a26dde617585d0e36aad080d1f8e8bd23adf03921cd8bfefce8e3bedf3/g3dtools-0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9ca9c782744d01b2130834d6932929a2", "sha256": "03c11484c338b2f5a3b4bc9af7cc8795e2772d6c8e6d1b1474c14a0929a6cb69" }, "downloads": -1, "filename": "g3dtools-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9ca9c782744d01b2130834d6932929a2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9408, "upload_time": "2019-09-30T04:32:04", "url": "https://files.pythonhosted.org/packages/66/6b/e0a26dde617585d0e36aad080d1f8e8bd23adf03921cd8bfefce8e3bedf3/g3dtools-0.1-py3-none-any.whl" } ] }