{ "info": { "author": "Janina Mass", "author_email": "janina.mass@hhu.de", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "seqSieve\n===========\n\nInstallation:\n\n pip install seqSieve\n \nThis should also install numpy and matplotlib automatically if necessary.\nIf you have trouble installing dependencies via pip, try installing \nthem with your distribution's package manager.\n\nOn debian do:\n\n apt-get install python-matplotlib python-numpy\n \nIt is also possible to run seqSieve without installation\n \n python seqSieve/seqSieve\n \n \n \n**seqSieve** will try to remove sequences that cause misalignments from a multiple sequence alignment(MSA).\nIt reads a given MSA in multi-fasta format and removes sequences with the highest penalty scores, \nthen builds the next MSA without those sequences. This process is repeated until a user-specified \ncut-off is reached or less than three sequences are left to be aligned.\n\nIn the default mode \"Sites\", sequences are penalized for both gaps and insertions by an amount proportional to the percentage of ungapped and gapped sequences, respectively.\nThe modes \"Gaps\", \"uGaps\",\"Insertions\", \"uInsertions\",\"uInsertionsGaps\" always assign a penalty of 1 for the named variation. \"u\" stands for unique, i.e. uGaps only penalizes unique gaps.\nWith mode \"custom\" the user sets the penalties for each variation. \n\nUsage:\n \n ######################################\n # seqSieve\n ######################################\n usage:\n seqSieve -f multifasta alignment\n options:\n -f, --fasta=FILE multifasta alignment (eg. \"align.fas\")\n OR\n -F, --fasta_dir=DIR directory with multifasta files (needs -s SUFFIX)\n -s, --suffix=SUFFIX will try to work with files that end with SUFFIX (eg \".fas\")\n\n -a, --msa_tool=STR supported: \"mafft\", prank, prankf (= prank +F) [default:\"mafft\"]\n -i, --max_iterations=NUM force stop after NUM iterations\n -n, --num_threads=NUM max number of threads to be executed in parallel [default: 1]\n -m, --mode=MODE set strategy to remove outlier sequences [default: \"Sites\"]\n available modes (not case sensitive):\n \"Sites\", \"Gaps\", \"uGaps\",\"Insertions\",\n \"uInsertions\",\"uInsertionsGaps\", \"custom\"\n -q, --no-realign don't realign with each iteration (not recommended) \n -l, --log write logfile\n -h, --help prints this\n\n only for mode \"custom\":\n -g, --gap_penalty=NUM set gap penalty [default: 1.0]\n -G, --unique_gap_penalty=NUM set unique gap penalty [default: 10.0]\n -j, --insertion_penalty=NUM set insertion penalty [default:1.0]\n -J, --unique_insertion_penalty=NUM set insertion penalty [default:1.0]\n -M, --mismatch_penalty=NUM set mismatch penalty [default:1.0]\n -r, --match_reward=NUM set match reward [default: -10.0]\n\n\nCurrently supported multiple sequence aligners:\n\n- mafft (Katoh, Standley 2013 (Molecular Biology and Evolution 30:772-780) \n MAFFT multiple sequence alignment software version 7: improvements in performance and usability. http://mafft.cbrc.jp/alignment/software/)\n- prank (Loytynoja, Goldman 2005 (PNAS 102:10557-10562) \n An algorithm for progressive multiple alignment of sequences with insertions. http://www.ebi.ac.uk/goldman-srv/prank/prank/\n\nRequirements\n============\n* matplotlib\n* numpy\n\nExternal Programs\n-----------------\n* mafft and/or\n* prank\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://pypi.python.org/pypi/seqSieve/", "keywords": "", "license": "GPLv3", "maintainer": "", "maintainer_email": "", "name": "seqSieve", "package_url": "https://pypi.org/project/seqSieve/", "platform": "", "project_url": "https://pypi.org/project/seqSieve/", "project_urls": { "Homepage": "https://pypi.python.org/pypi/seqSieve/" }, "release_url": "https://pypi.org/project/seqSieve/0.9.3/", "requires_dist": null, "requires_python": "", "summary": "Remove outlier sequences from multiple sequence alignment", "version": "0.9.3" }, "last_serial": 3635278, "releases": { "0.9.1": [ { "comment_text": "", "digests": { "md5": "58d12616fe67758158d85000ea84cdcc", "sha256": "5a7a92354e178d971a26296a16e09b845b8658536d76eff72f0d85dfb5365ca9" }, "downloads": -1, "filename": "seqSieve-0.9.1-py2.7.egg", "has_sig": false, "md5_digest": "58d12616fe67758158d85000ea84cdcc", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 28709, "upload_time": "2014-10-02T18:50:54", "url": "https://files.pythonhosted.org/packages/f2/ea/d4a5dcd5295943f83a2d6fc6864881ace1e102a7e156e6287df791beff9e/seqSieve-0.9.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a2de219772eb8de7c588a079a2e62828", "sha256": "de566cd88c745de2835e04686f9d75f273adfc6dd2dfc2c6b92cf67556f7d296" }, "downloads": -1, "filename": "seqSieve-0.9.1-py3.2.egg", "has_sig": false, "md5_digest": "a2de219772eb8de7c588a079a2e62828", "packagetype": "bdist_egg", "python_version": "3.2", "requires_python": null, "size": 29299, "upload_time": "2014-10-02T18:29:43", "url": "https://files.pythonhosted.org/packages/26/36/c5991cfdf2a645e03e6250aa9c253c1a5486fdfc6c44be6b9098a744bc31/seqSieve-0.9.1-py3.2.egg" }, { "comment_text": "", "digests": { "md5": "620588815ebdba13174ccfe2024d85ea", "sha256": "8ecdfd9e3546669088eb9b5db155960c2f2872480a97e9aa6efb8875b50373a2" }, "downloads": -1, "filename": "seqSieve-0.9.1.tar.gz", "has_sig": false, "md5_digest": "620588815ebdba13174ccfe2024d85ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9445, "upload_time": "2014-10-02T18:28:46", "url": "https://files.pythonhosted.org/packages/21/e6/cb40382d7225ae26bc200caf1769f14e2aa0ac0566159c0eed33a5c3164f/seqSieve-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "4dc6ec65d273a4dd0b37c77e9fca8e61", "sha256": "3f8ad0a8256224bdb094f98d15b6f0c72e769cb8e53ac5a4c8782003e3b167fe" }, "downloads": -1, "filename": "seqSieve-0.9.2.tar.gz", "has_sig": false, "md5_digest": "4dc6ec65d273a4dd0b37c77e9fca8e61", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9986, "upload_time": "2016-02-07T21:26:51", "url": "https://files.pythonhosted.org/packages/73/70/2b72aa4b41967e2acc53b489841e8086d79956573a9837105dab458b5727/seqSieve-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "db322109513257d197ec79d7ab375369", "sha256": "12436834b58300afc4c82a1b977560d9af8f734e1d19a521912028dc96bfc88d" }, "downloads": -1, "filename": "seqSieve-0.9.3-py2.7.egg", "has_sig": false, "md5_digest": "db322109513257d197ec79d7ab375369", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19774, "upload_time": "2018-03-03T17:08:15", "url": "https://files.pythonhosted.org/packages/72/6c/0bf31f1c5542a64ee1f398c48eb4ce3adae423d777ab6d9bc254dfd59dac/seqSieve-0.9.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8000ac2493282c2d17e117ccb1222341", "sha256": "31758a4897368178a693e58627e556b609f991d071e9f6803292919056477375" }, "downloads": -1, "filename": "seqSieve-0.9.3.tar.gz", "has_sig": false, "md5_digest": "8000ac2493282c2d17e117ccb1222341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11340, "upload_time": "2018-03-03T17:08:13", "url": "https://files.pythonhosted.org/packages/24/39/ccd3ccef9b5879ddd10206beee55f6bdf68d288495d4023c110a2c28c031/seqSieve-0.9.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "db322109513257d197ec79d7ab375369", "sha256": "12436834b58300afc4c82a1b977560d9af8f734e1d19a521912028dc96bfc88d" }, "downloads": -1, "filename": "seqSieve-0.9.3-py2.7.egg", "has_sig": false, "md5_digest": "db322109513257d197ec79d7ab375369", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 19774, "upload_time": "2018-03-03T17:08:15", "url": "https://files.pythonhosted.org/packages/72/6c/0bf31f1c5542a64ee1f398c48eb4ce3adae423d777ab6d9bc254dfd59dac/seqSieve-0.9.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "8000ac2493282c2d17e117ccb1222341", "sha256": "31758a4897368178a693e58627e556b609f991d071e9f6803292919056477375" }, "downloads": -1, "filename": "seqSieve-0.9.3.tar.gz", "has_sig": false, "md5_digest": "8000ac2493282c2d17e117ccb1222341", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11340, "upload_time": "2018-03-03T17:08:13", "url": "https://files.pythonhosted.org/packages/24/39/ccd3ccef9b5879ddd10206beee55f6bdf68d288495d4023c110a2c28c031/seqSieve-0.9.3.tar.gz" } ] }