{ "info": { "author": "Jon Ambler", "author_email": "jambler24@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# GenGraph\nA repository for the GenGraph toolkit for the creation and manipulation of graph genomes\n\nThis project aims to make genome graphs simple to create, and provide tools for their manipulation and intergration into common workflows.\n\nPlease refer to the [wiki](https://github.com/jambler24/GenGraph/wiki) for installation and usage instructions. \n\n## Quickstart \n\n python ./gengraphTool.py make_genome_graph --seq_file --out_file_name --recreate_check\n\nA Docker file is also available that will contain everything you need for your first run. \n\n\n\n## Sequence file\n\nThe sequence file is a tab delimited file with 4 columns:\n\nseq_name |\taln_name\t| seq_path\t| annotation_path\n------------ | ------------- | ------------- | -------------\nH37Rv |\tseq0 |\t/Users/panix/Desktop/genomes/H37Rv/sequence.fasta |\tNA\nBeijing |\tseq1 |\t/Users/panix/Desktop/genomes/Beijing-NITR203/sequence.fasta |\tNA\nH37Ra |\tseq2 |\t/Users/panix/Desktop/genomes/H37Ra/sequence.fasta |\tNA\n\n\nThe seq_name column is used as the node and edge 'ids' attribute value. It needs to be unique. \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/jambler24/GenGraph", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "GenGraph", "package_url": "https://pypi.org/project/GenGraph/", "platform": "", "project_url": "https://pypi.org/project/GenGraph/", "project_urls": { "Homepage": "https://github.com/jambler24/GenGraph" }, "release_url": "https://pypi.org/project/GenGraph/0.1/", "requires_dist": [ "networkx" ], "requires_python": "", "summary": "Tools for the creation and use of genome graphs", "version": "0.1" }, "last_serial": 5326922, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "670c556200a2cc68b2ab825e4789b5b0", "sha256": "32f4fb17f5582b41c1645ddfcb55cac2434c88cd2f3d770d322cefd2ab5949d2" }, "downloads": -1, "filename": "GenGraph-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "670c556200a2cc68b2ab825e4789b5b0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31662, "upload_time": "2019-05-28T14:01:43", "url": "https://files.pythonhosted.org/packages/a9/67/9e8f3ed0b9db2b97b8e567458c62922591e38bf6889501ed7f89154096d6/GenGraph-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7d5b16c09b0f5b7fd98523605c6cedf", "sha256": "b00c575b966d082458abddc2195945c71c0faab4ed89e2ceabd238042a4226d8" }, "downloads": -1, "filename": "GenGraph-0.1.tar.gz", "has_sig": false, "md5_digest": "d7d5b16c09b0f5b7fd98523605c6cedf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29625, "upload_time": "2019-05-28T14:01:48", "url": "https://files.pythonhosted.org/packages/ff/6d/7d41364ad9cc82836e6a5d2ff0282c3d9956fa2432d2e8e5adb0f96ca789/GenGraph-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "670c556200a2cc68b2ab825e4789b5b0", "sha256": "32f4fb17f5582b41c1645ddfcb55cac2434c88cd2f3d770d322cefd2ab5949d2" }, "downloads": -1, "filename": "GenGraph-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "670c556200a2cc68b2ab825e4789b5b0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 31662, "upload_time": "2019-05-28T14:01:43", "url": "https://files.pythonhosted.org/packages/a9/67/9e8f3ed0b9db2b97b8e567458c62922591e38bf6889501ed7f89154096d6/GenGraph-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "d7d5b16c09b0f5b7fd98523605c6cedf", "sha256": "b00c575b966d082458abddc2195945c71c0faab4ed89e2ceabd238042a4226d8" }, "downloads": -1, "filename": "GenGraph-0.1.tar.gz", "has_sig": false, "md5_digest": "d7d5b16c09b0f5b7fd98523605c6cedf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 29625, "upload_time": "2019-05-28T14:01:48", "url": "https://files.pythonhosted.org/packages/ff/6d/7d41364ad9cc82836e6a5d2ff0282c3d9956fa2432d2e8e5adb0f96ca789/GenGraph-0.1.tar.gz" } ] }