{ "info": { "author": "Warren W. Kretzschmar", "author_email": "warren.kretzschmar@ki.se", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.7" ], "description": "# pileup2sam\nA partial implementation of a [pileup](https://en.wikipedia.org/wiki/Pileup_format) to \n[SAM](https://www.ncbi.nlm.nih.gov/pubmed/19505943) format conversion tool.\n\n- This is an inefficient and naive implementation, but it seems to do the trick.\n- Does not support indels! \n\n## Example usage\n\n```bash\npileup2sam -r test/cases/simulated.fa test/cases/simulated.head100.pileup out.sam\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/winni2k/pileup2sam", "keywords": "htslib sam bam pileup samtools", "license": "", "maintainer": "", "maintainer_email": "", "name": "pileup2sam", "package_url": "https://pypi.org/project/pileup2sam/", "platform": "", "project_url": "https://pypi.org/project/pileup2sam/", "project_urls": { "Homepage": "https://github.com/winni2k/pileup2sam" }, "release_url": "https://pypi.org/project/pileup2sam/0.3.0/", "requires_dist": null, "requires_python": ">=3.7, <4", "summary": "Convert pileup to SAM", "version": "0.3.0" }, "last_serial": 5944854, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "1f0c18134865d6a361cf278da6c534d0", "sha256": "b9e82aa960735d26b216a4a3b54d8d760edb733a27f06df561620a5bbe5dc1ee" }, "downloads": -1, "filename": "pileup2sam-0.1.0.tar.gz", "has_sig": false, "md5_digest": "1f0c18134865d6a361cf278da6c534d0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4", "size": 4781, "upload_time": "2019-10-08T13:09:50", "url": "https://files.pythonhosted.org/packages/87/8e/2e3e3209c29a1e0accba18be1a93ba7a97580bad890e90b6e96175f5ae9f/pileup2sam-0.1.0.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "986a862f17fb0500b9cd48d205334770", "sha256": "25988d3f09a5e0298556e9ee6a7123e8d3b1d9f5524404a616f8f0920d058407" }, "downloads": -1, "filename": "pileup2sam-0.2.0.tar.gz", "has_sig": false, "md5_digest": "986a862f17fb0500b9cd48d205334770", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7, <4", "size": 4768, "upload_time": "2019-10-08T13:11:48", "url": "https://files.pythonhosted.org/packages/94/f3/d1ec3f55ba172fb416f9f5d8e1247baa1a6aeb59d657b742ef5e1c5a59d7/pileup2sam-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "b331a90b2fa3171e1fe827cca72b5f5a", "sha256": "b21dd8d3033469c441855cd582897f45556c43b83509b8ee2619dc2335b2d3f7" }, "downloads": -1, "filename": "pileup2sam-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b331a90b2fa3171e1fe827cca72b5f5a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7, <4", "size": 4743, "upload_time": "2019-10-08T13:50:52", "url": "https://files.pythonhosted.org/packages/97/ce/956d981942d54b686459318c40ed5018754c46444c6a2f6f10bdd88ba482/pileup2sam-0.3.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b331a90b2fa3171e1fe827cca72b5f5a", "sha256": "b21dd8d3033469c441855cd582897f45556c43b83509b8ee2619dc2335b2d3f7" }, "downloads": -1, "filename": "pileup2sam-0.3.0.tar.gz", "has_sig": false, "md5_digest": "b331a90b2fa3171e1fe827cca72b5f5a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7, <4", "size": 4743, "upload_time": "2019-10-08T13:50:52", "url": "https://files.pythonhosted.org/packages/97/ce/956d981942d54b686459318c40ed5018754c46444c6a2f6f10bdd88ba482/pileup2sam-0.3.0.tar.gz" } ] }