{ "info": { "author": "Anders Goncalves da Silva", "author_email": "andersgs@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "MigVerify: Test and clean up Migrate-N infile with many sequence loci.\n======================================================================\n\n.. image:: https://travis-ci.org/andersgs/migverify.svg?branch=master\n :target: https://travis-ci.org/andersgs/migverify\n\nINTRODUCTION\n------------\n\nIn our experience, Migrate-N does not work well with monomorphic loci.\n``migverify`` will go through your ``infile``, and output an\n``infile_clean``.\n\nBy default, ``migverify`` will remove all loci that have fewer than two\nhaplotypes, and will remove loci with samples with more than 10% missing\ndata. These values can be changed.\n\nINSTALLATION\n------------\n\n``migverify`` is written in Python3 (requires version >=3.6). It can be\ninstalled with ``pip``:\n\n::\n\n `pip3 install migverify`\n\nTo get the latest version:\n\n::\n\n `pip3 install git+https://www.github.com/andersgs/migverify.git`\n\nUSAGE\n-----\n\nInstallation will make available a script called ``run_migverify``,\nwhich should be in your ``PATH``.\n\nYou can checkout the help with:\n\n::\n\n `run_migverify --help`\n\nRunning with default settings\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n `run_migverify infile`\n\nFilter out loci with fewer than 3 haplotypes\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n `run_migverify -m 3 infile`\n\nFilter out loci with samples with more than 20% missing data\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n::\n\n `run_migverify -p 0.2 infile`\n\nQUESTIONS or ISSUES\n-------------------\n\n`GitHub Issues `__\n\n.. |Build Status| image:: https://travis-ci.org/andersgs/migverify.svg?branch=master\n :target: https://travis-ci.org/andersgs/migverify\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/andersgs/migverify", "keywords": "migrate-n", "license": "", "maintainer": "", "maintainer_email": "", "name": "migverify", "package_url": "https://pypi.org/project/migverify/", "platform": "", "project_url": "https://pypi.org/project/migverify/", "project_urls": { "Homepage": "https://github.com/andersgs/migverify" }, "release_url": "https://pypi.org/project/migverify/0.1/", "requires_dist": [ "click (>=6.6)" ], "requires_python": ">=3.6", "summary": "A script to parse and verify migrate-n infiles with loads", "version": "0.1" }, "last_serial": 3220661, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "e8ae99c8c8edf71a2f86627063d8ea3b", "sha256": "0ebe735f89e0934189734a098e3217f5f255390417832e8cfd30b610b1a06f88" }, "downloads": -1, "filename": "migverify-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e8ae99c8c8edf71a2f86627063d8ea3b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 42753, "upload_time": "2017-10-02T23:00:49", "url": "https://files.pythonhosted.org/packages/f1/e0/6bd870e262c0bac926e8eb3ea1b9878156255e340bfc5200b56f0b9244bb/migverify-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afd92a13e097fed21bf078fdc5be308b", "sha256": "2e9c17bfc76b0539bd26ed163fd84be37f10270a9f0938bb0221424da053fecf" }, "downloads": -1, "filename": "migverify-0.1.tar.gz", "has_sig": false, "md5_digest": "afd92a13e097fed21bf078fdc5be308b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 17241, "upload_time": "2017-10-02T23:00:57", "url": "https://files.pythonhosted.org/packages/d9/39/77a0bb67299a6d60b99555e92c764123cc01b9a841cbc4f1c9a7768c85ea/migverify-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e8ae99c8c8edf71a2f86627063d8ea3b", "sha256": "0ebe735f89e0934189734a098e3217f5f255390417832e8cfd30b610b1a06f88" }, "downloads": -1, "filename": "migverify-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e8ae99c8c8edf71a2f86627063d8ea3b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 42753, "upload_time": "2017-10-02T23:00:49", "url": "https://files.pythonhosted.org/packages/f1/e0/6bd870e262c0bac926e8eb3ea1b9878156255e340bfc5200b56f0b9244bb/migverify-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "afd92a13e097fed21bf078fdc5be308b", "sha256": "2e9c17bfc76b0539bd26ed163fd84be37f10270a9f0938bb0221424da053fecf" }, "downloads": -1, "filename": "migverify-0.1.tar.gz", "has_sig": false, "md5_digest": "afd92a13e097fed21bf078fdc5be308b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 17241, "upload_time": "2017-10-02T23:00:57", "url": "https://files.pythonhosted.org/packages/d9/39/77a0bb67299a6d60b99555e92c764123cc01b9a841cbc4f1c9a7768c85ea/migverify-0.1.tar.gz" } ] }