{ "info": { "author": "Zebulun Arendsee", "author_email": "zbwrnz@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "[![stable](http://badges.github.io/stability-badges/dist/stable.svg)](http://github.com/badges/stability-badges)\n[![Build Status](https://travis-ci.org/arendsee/regref.svg?branch=master)](https://travis-ci.org/arendsee/regref)\n\n# regref\n\nTo explain `regref` I will walk through the following example:\n\n``` sh\n./regref.py test-data/z.tab '${2}' '${3}' < test-data/z.fna\n```\n\n`z.fna` is a FASTA file with mangled headers where all non-letter or number\ncharacters have been replaced with underscores.\n\n`z.tab` is a table that contains the mangled names (in column 2) and the\noriginal names (in column 3).\n\nThe `regref` command reads the FASTA file from standard input and then replaces\nevery occurance of the mangled string with the original string.\n\nThe arguments '${2}' and '${3}' refer to columns in `z.tab` by column number.\n\n\n`regref` will replace every occurance of each pattern. The example below\nreplaces the mangled string in a tree with a single-quoted orginal string.\n\n``` sh\n./regref.py test-data/z.tab '${2}' \"'\\${3}'\" < test-data/z.tre\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/arendsee/regref", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "regref", "package_url": "https://pypi.org/project/regref/", "platform": "", "project_url": "https://pypi.org/project/regref/", "project_urls": { "Homepage": "https://github.com/arendsee/regref" }, "release_url": "https://pypi.org/project/regref/2.1.1/", "requires_dist": null, "requires_python": "", "summary": "Munge tables of data", "version": "2.1.1" }, "last_serial": 5952186, "releases": { "2.1.1": [ { "comment_text": "", "digests": { "md5": "4bc2e667c3a4b338a0df50234e6f3e11", "sha256": "e943a49f6d9655f45278139ab05a355b4f529dbdb88c1be9941a13ff7bc95409" }, "downloads": -1, "filename": "regref-2.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4bc2e667c3a4b338a0df50234e6f3e11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4755, "upload_time": "2019-10-09T21:47:57", "url": "https://files.pythonhosted.org/packages/02/d3/2483b7f9f5e1140eacf738136edf5a15e58b49e9a39f75fb32c569128a81/regref-2.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92cfa433038fca62b2e066fc20088d79", "sha256": "2b68fc0fc6a046c3d52b8eb93127e5b1bff91d96d4cb7d1ee63ba4d674c7dd30" }, "downloads": -1, "filename": "regref-2.1.1.tar.gz", "has_sig": false, "md5_digest": "92cfa433038fca62b2e066fc20088d79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3339, "upload_time": "2019-10-09T21:48:00", "url": "https://files.pythonhosted.org/packages/57/6b/138735e7ff781d4bc1a8743a80a6679c1e939b3a115d73cd3f2ddc3795ce/regref-2.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4bc2e667c3a4b338a0df50234e6f3e11", "sha256": "e943a49f6d9655f45278139ab05a355b4f529dbdb88c1be9941a13ff7bc95409" }, "downloads": -1, "filename": "regref-2.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "4bc2e667c3a4b338a0df50234e6f3e11", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4755, "upload_time": "2019-10-09T21:47:57", "url": "https://files.pythonhosted.org/packages/02/d3/2483b7f9f5e1140eacf738136edf5a15e58b49e9a39f75fb32c569128a81/regref-2.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92cfa433038fca62b2e066fc20088d79", "sha256": "2b68fc0fc6a046c3d52b8eb93127e5b1bff91d96d4cb7d1ee63ba4d674c7dd30" }, "downloads": -1, "filename": "regref-2.1.1.tar.gz", "has_sig": false, "md5_digest": "92cfa433038fca62b2e066fc20088d79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3339, "upload_time": "2019-10-09T21:48:00", "url": "https://files.pythonhosted.org/packages/57/6b/138735e7ff781d4bc1a8743a80a6679c1e939b3a115d73cd3f2ddc3795ce/regref-2.1.1.tar.gz" } ] }