{ "info": { "author": "Liam McIntyre", "author_email": "shimbalama@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Screen assemblies\n\nPipeline that screens for presence of genes of interest (GOI) in bacterial assemblies. Generates multiple CSVs and plots that describe which genes are present and how variable their sequence is. Can use DNA or protein query sequences (GOIs) and DNA contigs/fastas or protein fastas as database (db) to search in. \n\n## Getting Started\n\nYou need one fasta file with all GOIs as the query and a folder with db contigs/fastas. Db files can only have one '.' in the name (i.e., sample_1.fa NOT sample.1.fa) \n\n### Prerequisites\n\n#### Required\n\nPython 3 and scypi/Biopython\nCommand line blast\n\n#### Optional\n\nClustal Omega,\nRAXML and or IQtree\n\n### Installing\n\n* Download the screen_assembly3.py script and place it in your PATH: \n * git clone https://github.com/shimbalama/screen_assembly.git\n * Make sure its executable (chmod +x screen_assembly/screen_assembly3.py)\n * Export PATH=\"your_path:$PATH\" (the command pwd will give you your PATH)\n * Best to permanently add it to you path by adding it to .bash_profile (mac) or .profile (unix)\n* Download lab_modules.py:\n * git clone https://github.com/shimbalama/common_modules.git\n * Make sure its executable (chmod +x common_modules/lab_modules.py)\n * Export PYTHONPATH=\"your_path:$PYTHONPATH\"\n * Best to permanently add it to you path by adding it to .bash_profile (mac) or .profile (unix)\n* Place the common_modules folder next to the screen_assembly folder (as thats where it looks by default). OR use a text editor to set this line in screen_assembly3.py to point at the dir you put lab_modules.py in: sys.path.append('../common_modules') becomes sys.path.append('your_path/common_modules')\n\n### Check for updates\n\n* git pull\n\n## Running the tests\n\nOnce screen_assembly3.py is in your PATH type screen_assembly3.py -h . If you have all dependencies then the help menu will display. Otherwise read the erorr and install whichever dependency is missing.\n\n## Running the program\n\nPlease see the WIKI\n\n## Authors\n\n* **Liam McIntyre** - *Initial work* - https://github.com/shimbalama/\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE https://github.com/shimbalama/screen_assembly/blob/master/LICENSE file for details\n\n## Acknowledgments\n\n* Mark Davies lab and Jake for testing\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/shimbalama/screen_assembly.git", "keywords": "screen assemblies bacteria gene", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "read-overlap", "package_url": "https://pypi.org/project/read-overlap/", "platform": "", "project_url": "https://pypi.org/project/read-overlap/", "project_urls": { "Homepage": "https://github.com/shimbalama/screen_assembly.git" }, "release_url": "https://pypi.org/project/read-overlap/1.0.0/", "requires_dist": [ "pandas" ], "requires_python": "", "summary": "screens for presence of genes of interest (GOI) in bacterial assemblies", "version": "1.0.0" }, "last_serial": 4924840, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "5ecac75d1024f5ab73aa9d63110043a8", "sha256": "9f2cf4df0777bca57dfd33887b6084722727ba14487b8c910f6a09c6476e386e" }, "downloads": -1, "filename": "read_overlap-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5ecac75d1024f5ab73aa9d63110043a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22775, "upload_time": "2019-03-11T12:09:39", "url": "https://files.pythonhosted.org/packages/fa/2f/86cb2e9b29455c0724b57d3318b96ffda84cda626226da13e9d58d7ebe5c/read_overlap-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48917b91b0102f61667bb70115f6f3c7", "sha256": "73da5dd68b87b3185b966f7432d028bf816890da891eaa0766e246ab752888c7" }, "downloads": -1, "filename": "read_overlap-1.0.0.tar.gz", "has_sig": false, "md5_digest": "48917b91b0102f61667bb70115f6f3c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17996, "upload_time": "2019-03-11T12:09:41", "url": "https://files.pythonhosted.org/packages/9e/8d/c9d79f5c924dddd51b2c63c86ed844e48316b98a157e51af70e6fa49b978/read_overlap-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5ecac75d1024f5ab73aa9d63110043a8", "sha256": "9f2cf4df0777bca57dfd33887b6084722727ba14487b8c910f6a09c6476e386e" }, "downloads": -1, "filename": "read_overlap-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "5ecac75d1024f5ab73aa9d63110043a8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22775, "upload_time": "2019-03-11T12:09:39", "url": "https://files.pythonhosted.org/packages/fa/2f/86cb2e9b29455c0724b57d3318b96ffda84cda626226da13e9d58d7ebe5c/read_overlap-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48917b91b0102f61667bb70115f6f3c7", "sha256": "73da5dd68b87b3185b966f7432d028bf816890da891eaa0766e246ab752888c7" }, "downloads": -1, "filename": "read_overlap-1.0.0.tar.gz", "has_sig": false, "md5_digest": "48917b91b0102f61667bb70115f6f3c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17996, "upload_time": "2019-03-11T12:09:41", "url": "https://files.pythonhosted.org/packages/9e/8d/c9d79f5c924dddd51b2c63c86ed844e48316b98a157e51af70e6fa49b978/read_overlap-1.0.0.tar.gz" } ] }