{ "info": { "author": "Guanliang Meng", "author_email": "mengguanliang@foxmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# msa_cigars\n\n## 1 Introduction\n\n`msa_cigars` is a tool to get the CIGARs of a multiple sequence alignment. ONE alignment in the input file is assumed! CIGARs are in respect of the reference sequence. By Guanliang MENG, see https://github.com/linzhi2013/msa_cigars. \n\n## 2 Installation\n\n pip install msa_cigars\n\nThere will be a command `msa_cigars` created under the same directory as your `pip` command.\n\n## 3 Usage\n \n $ msa_cigars\n usage: msa_cigars [-h] -i -refseq_id [-n ] [-g ]\n [-f ] [-o ]\n\n To get the CIGARs of a multiple sequence alignment.\n ONE alignment in the input file is assumed!\n\n CIGARs are in respect of the reference sequence.\n\n 'O' normal bases, e.g. A, T, G, C\n '-' deletion\n 'N' unknown base\n\n seq - - - N N N O O O\n refseq - N O N - O O N -\n cigar P n D B u U M N I\n\n By Guanliang MENG,\n see https://github.com/linzhi2013/msa_cigars.\n\n optional arguments:\n -h, --help show this help message and exit\n -i input msa file\n -refseq_id MsaCigars class uses regular expression to find out the\n sequence id of refseq. Thus, make sure the value of\n 'refseq_id' option is unique among the input msa file.\n -n character of unknown base [N]\n -g character of gap base [-]\n -f the msa format [fasta]\n -o outfile name [stdout]\n\n\n## 4 Author\nGuanliang MENG\n\n## 5 Citation\nCurrently I have no plan to publish `msa_cigars`.\n\nHowever, since `msa_cigars` makes use of `Biopython`, you should also cite it if you use `breakSeqInNs_then_translate` in your work:\n\n Peter J. A. Cock, Tiago Antao, Jeffrey T. Chang, Brad A. Chapman, Cymon J. Cox, Andrew Dalke, Iddo Friedberg, Thomas Hamelryck, Frank Kauff, Bartek Wilczynski, Michiel J. L. de Hoon: \u201cBiopython: freely available Python tools for computational molecular biology and bioinformatics\u201d. Bioinformatics 25 (11), 1422\u20131423 (2009). https://doi.org/10.1093/bioinformatics/btp163\n\nPlease go to `http://www.biopython.org/` for more details.", "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/linzhi2013/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "msa-cigars", "package_url": "https://pypi.org/project/msa-cigars/", "platform": "", "project_url": "https://pypi.org/project/msa-cigars/", "project_urls": { "Homepage": "https://github.com/linzhi2013/" }, "release_url": "https://pypi.org/project/msa-cigars/0.0.1/", "requires_dist": null, "requires_python": ">=3", "summary": "To return CIGAR strings of a multiple sequences alignment", "version": "0.0.1" }, "last_serial": 4164101, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "10d316cdcb913f2eb1fdf17794b1ade7", "sha256": "3805f93621da701815ddcda70b724bd27d8106c5aba42f4f0f521a65e1d2e47d" }, "downloads": -1, "filename": "msa_cigars-0.0.1.tar.gz", "has_sig": false, "md5_digest": "10d316cdcb913f2eb1fdf17794b1ade7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18274, "upload_time": "2018-08-13T09:09:27", "url": "https://files.pythonhosted.org/packages/8b/b5/2542878c23170efc034869a07b9d60bd7252c20dabe002916340907fa518/msa_cigars-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "10d316cdcb913f2eb1fdf17794b1ade7", "sha256": "3805f93621da701815ddcda70b724bd27d8106c5aba42f4f0f521a65e1d2e47d" }, "downloads": -1, "filename": "msa_cigars-0.0.1.tar.gz", "has_sig": false, "md5_digest": "10d316cdcb913f2eb1fdf17794b1ade7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 18274, "upload_time": "2018-08-13T09:09:27", "url": "https://files.pythonhosted.org/packages/8b/b5/2542878c23170efc034869a07b9d60bd7252c20dabe002916340907fa518/msa_cigars-0.0.1.tar.gz" } ] }