{ "info": { "author": "Jeffrey Adrion, Jared Galloway, Andrew Kern", "author_email": "jeffreyadrion@gmail.com, jaredgalloway07@gmail.com, adk@uoregon.edu", "bugtrack_url": null, "classifiers": [], "description": "*ReLERNN*\n*Recombination Landscape Estimation using Recurrent Neural Networks*\n====================================================================\n\nReLERNN uses deep learning to infer the genome-wide landscape of recombination from as few as two diploid samples.\nThis repository contains the code and instructions required to run ReLERNN, and includes example files to ensure everything is working properly. \n\n## Instalation on linux\nReLERNN is installed using the supplied setup.py file. All dependencies will be automatically installed via pip.\nUse the following commands to install ReLERNN:\n\n'''\n$ git clone https://github.com/kern-lab/ReLERNN.git\n$ cd ReLERNN\n$ python setup.py install\n'''\n\nIt should be as simple as that.\n\n## Testing ReLERNN\nAn example VCF file (10 haploid samples) and a shell script for running ReLERNN's four modules is located in $/ReLERNN/examples.\nTo test the functionality of ReLERNN simply use the following commands:\n\n'''\n$ cd examples\n$ bash example_pipeline.sh\n'''\n\nProvided everything worked as planned, $ReLERNN/examples/example_output/ should be populated with a few directories along with the files: example.PREDICT.txt and example.PREDICT.BSCORRECT.txt.\nThe latter is the finalized output file with your recombination rate estimates.\n\nThe above example took X seconds to complete on a Xeon machine using four CPUs and one NVIDIA GeForce Titan X GPU.\nNote that the parameters used for this example were only designed to test the success of the installation, not to make accurate predictions.\nPlease use guidlines below for the best results when analyzing real data.\nWhile it is possible to run ReLERNN without a dedicated GPU, if you do try this, you are going to have a bad time.\n\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/kern-lab/ReLERNN/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ReLERNN", "package_url": "https://pypi.org/project/ReLERNN/", "platform": "", "project_url": "https://pypi.org/project/ReLERNN/", "project_urls": { "Homepage": "https://github.com/kern-lab/ReLERNN/" }, "release_url": "https://pypi.org/project/ReLERNN/0.1/", "requires_dist": [ "msprime", "numpy", "h5py", "scikit-allel", "matplotlib", "sklearn", "keras" ], "requires_python": "", "summary": "ReLERNN: Recombination Landscape Estimation using Recurrent Neural Networks", "version": "0.1" }, "last_serial": 5304746, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "40fd81f23915f663ba44b5f7ebee4a31", "sha256": "33052ae91d6f810bcded96a9c1e7a5601be86b08680b3a79322bab1632d305c6" }, "downloads": -1, "filename": "ReLERNN-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "40fd81f23915f663ba44b5f7ebee4a31", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23420, "upload_time": "2019-05-22T22:00:30", "url": "https://files.pythonhosted.org/packages/5b/2d/8ee4712e79732828b6a7c9722930339c99ec02928a94c0fe5a78e5d7dc7a/ReLERNN-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b30c78722064a2c11148b177c528647a", "sha256": "75a7ba22e0305d97fa54ff8ebe850d3d6f997839ccd00497959d7974a967ca49" }, "downloads": -1, "filename": "ReLERNN-0.1.tar.gz", "has_sig": false, "md5_digest": "b30c78722064a2c11148b177c528647a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17501, "upload_time": "2019-05-22T22:00:32", "url": "https://files.pythonhosted.org/packages/88/7a/8fa27c4e94805aa71fa8cde73ab9b7ed3cd8453586a7eeb96a9a25d84a60/ReLERNN-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "40fd81f23915f663ba44b5f7ebee4a31", "sha256": "33052ae91d6f810bcded96a9c1e7a5601be86b08680b3a79322bab1632d305c6" }, "downloads": -1, "filename": "ReLERNN-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "40fd81f23915f663ba44b5f7ebee4a31", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23420, "upload_time": "2019-05-22T22:00:30", "url": "https://files.pythonhosted.org/packages/5b/2d/8ee4712e79732828b6a7c9722930339c99ec02928a94c0fe5a78e5d7dc7a/ReLERNN-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b30c78722064a2c11148b177c528647a", "sha256": "75a7ba22e0305d97fa54ff8ebe850d3d6f997839ccd00497959d7974a967ca49" }, "downloads": -1, "filename": "ReLERNN-0.1.tar.gz", "has_sig": false, "md5_digest": "b30c78722064a2c11148b177c528647a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17501, "upload_time": "2019-05-22T22:00:32", "url": "https://files.pythonhosted.org/packages/88/7a/8fa27c4e94805aa71fa8cde73ab9b7ed3cd8453586a7eeb96a9a25d84a60/ReLERNN-0.1.tar.gz" } ] }