{ "info": { "author": "Ryan Raaum", "author_email": "code@raaum.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "oldowan.mitomotifs-cmdline provides the ``seq2sites`` and ``sites2seq`` command\nline scripts to covert human mitochondrial DNA sequences to lists of variant\nsites relative to the revised Cambridge Reference Seqeunce and vice versa.\nFurther information on the rCRS and variant site nomenclature for human mtDNA\nsequences is available at the MitoMotifs_ website. \n\nThis package is only the command line extension of the core oldwan.mitomotifs\nmodule. If you want just the Python libraries and not the command line tools,\nyou should go directly to that package.\n\nInstallation Instructions\n=========================\n\nThis package is pure Python and has only pure Python dependencies\n(oldowan.mitomotifs and oldowan.fasta) outside of the standard library. All of\nthese dependencies will be automatically installed if you use the setuptools_\n``easy_install`` tool. This usually goes something like this::\n\n\t$ easy_install oldowan.mitomotifs-cmdline\n\nor on a unix-like system, assuming you are installing to the main Python\n``site-packages`` directory as a non-privileged user, this::\n\n\t$ sudo easy_install oldowan.mitomotifs-cmdline\n\nYou may also use the standard python distutils setup method. You will have to\ndownload ind install oldowan.fasta and oldowan.mitomotifs first. Then, download\nthe current source archive from the file list towards the bottom of this page,\nunarchive it, and install. On Mac OS X and many other unix-like systems, having\ndownloaded the archive and changed to the directory containing this archive in\nyour shell, this might go something like::\n\n\t$ tar xvzf oldowan.mitomotifs-cmdline*\n\t$ cd oldowan.mitomotifs-cmdline*\n\t$ python setup.py install\n\nQuick Start\n===========\n\nConvert sequences to sites::\n\n $ seq2sites sequences.fasta\n\nConvert sequences to sites, saving the output to a file::\n\n $ seq2sites sequences.fasta > sites.txt\n\nSequences must be contiguous! Separate runs of sequence, such as HVR1 and HVR2\nwithout the intervening sequence interval, must be analyzed separately.\n\nThere is also a cutoff on the number of ambigous sites (N) allowed in the\nsequence. By default, this is 10 - but this is an option that can be set::\n\n $ seq2sites --ambig-cutoff=20 sequences.fasta\n\nConvert a list of variable sites to sequence. The input file should be a\ncomma-seprated-values list with one entry per line, with name, N, and sites.\nSites should be separated by whitespace::\n\n $ cat hvr1_sites.txt\n Seq1,1,16129A\n Seq2,1,16129A 16223T\n Seq3,2,16223T\n $ sites2seq hvr1_sites.txt\n\nThe default range of sequence returned is HVR1, defined as positions 16023 to\n16365 on the rCRS. All predefined ranges are:\n\n- HVR1: 16024-16365\n- HVR2: 73-340\n- HVR1to2: 16024-340\n- coding: 577-15992\n- all: 1-16559\n\nSo, to convert a list of HVR2 sites to sequence::\n\n $ sites2seq --region=hvr2 hvr2_sites.txt\n\nAn arbitrary range may be selected. If the stop value is smaller than the\nstart, it is assumed that the range runs through the origin::\n\n $ sites2seq --begin=16024 --end=340 dloop_sites.txt\n\nThe rCRS sequence will can be selected with 'rCRS' as the sites value::\n\n $ cat sites.txt\n Seq1,1,rCRS\n Seq2,1,16129A 16223T\n\nRelease History ===============\n\n1.0.0 (August 16, 2008)\n initial release of module.\n\n\n.. _MitoMotifs: http://mitomotifs.raaum.org\n.. _setuptools: http://peak.telecommunity.com/DevCenter/EasyInstall", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://mitomotifs.raaum.org", "keywords": "bioinformatics", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "oldowan.mitomotifs-cmdline", "package_url": "https://pypi.org/project/oldowan.mitomotifs-cmdline/", "platform": "Any", "project_url": "https://pypi.org/project/oldowan.mitomotifs-cmdline/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://mitomotifs.raaum.org" }, "release_url": "https://pypi.org/project/oldowan.mitomotifs-cmdline/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "Command line scripts for the oldowan.mitomotifs package.", "version": "1.0.0" }, "last_serial": 749514, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4cd434d12d1d48bcbd566e5ac4e7cf9e", "sha256": "8eb288b8a33734b123a1d4d0da4d95a2afe8d9826d56ec4dcaae392be3c26b55" }, "downloads": -1, "filename": "oldowan.mitomotifs_cmdline-1.0.0-py2.5.egg", "has_sig": false, "md5_digest": "4cd434d12d1d48bcbd566e5ac4e7cf9e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 12920, "upload_time": "2008-08-17T02:11:46", "url": "https://files.pythonhosted.org/packages/34/15/06b784f554f9a1026750ccdc58a6269b2040becdde85aea18dce11d16598/oldowan.mitomotifs_cmdline-1.0.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "4b5e4a2da14da5992ed6ff782dd89671", "sha256": "0cbb2365b8e5f2fae051edd9e24ed9189fdcb5cfcb4363d1e6b7275469056b2c" }, "downloads": -1, "filename": "oldowan.mitomotifs-cmdline-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4b5e4a2da14da5992ed6ff782dd89671", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4379, "upload_time": "2008-08-17T02:11:45", "url": "https://files.pythonhosted.org/packages/70/09/d53f828a3093734b6d2d7f91c5e1b6aa9ee775b2d4c93c7fa3f674196343/oldowan.mitomotifs-cmdline-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4cd434d12d1d48bcbd566e5ac4e7cf9e", "sha256": "8eb288b8a33734b123a1d4d0da4d95a2afe8d9826d56ec4dcaae392be3c26b55" }, "downloads": -1, "filename": "oldowan.mitomotifs_cmdline-1.0.0-py2.5.egg", "has_sig": false, "md5_digest": "4cd434d12d1d48bcbd566e5ac4e7cf9e", "packagetype": "bdist_egg", "python_version": "2.5", "requires_python": null, "size": 12920, "upload_time": "2008-08-17T02:11:46", "url": "https://files.pythonhosted.org/packages/34/15/06b784f554f9a1026750ccdc58a6269b2040becdde85aea18dce11d16598/oldowan.mitomotifs_cmdline-1.0.0-py2.5.egg" }, { "comment_text": "", "digests": { "md5": "4b5e4a2da14da5992ed6ff782dd89671", "sha256": "0cbb2365b8e5f2fae051edd9e24ed9189fdcb5cfcb4363d1e6b7275469056b2c" }, "downloads": -1, "filename": "oldowan.mitomotifs-cmdline-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4b5e4a2da14da5992ed6ff782dd89671", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4379, "upload_time": "2008-08-17T02:11:45", "url": "https://files.pythonhosted.org/packages/70/09/d53f828a3093734b6d2d7f91c5e1b6aa9ee775b2d4c93c7fa3f674196343/oldowan.mitomotifs-cmdline-1.0.0.tar.gz" } ] }