{ "info": { "author": "Anthony Aylward", "author_email": "aaylward@eng.ucsd.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# seqalign\n\nManage sequence alignments\n\n## Installation\n\n```sh\npip3 install seqalign\n```\nor\n```sh\npip3 install --user seqalign\n```\n\n## Examples\n\n```python\nwith SequenceAlignment() as sa:\n sa.cleans_up_bam = False\n sa.remove_supplementary_alignments()\n sa.samtools_sort(memory_limit=10)\n sa.samtools_index()\n sa.write()\n```\n\n## Notes\n\nThe `input_file` argument to `SequenceAlignment()` should be a string for\nsingle-end reads or for data that is already aligned. For raw paired-end reads,\nit should be a tuple containing two strings giving the paths to the two\nFASTA / FASTQ files.\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/anthony-aylward/seqalign.git", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "seqalign", "package_url": "https://pypi.org/project/seqalign/", "platform": "", "project_url": "https://pypi.org/project/seqalign/", "project_urls": { "Homepage": "https://github.com/anthony-aylward/seqalign.git" }, "release_url": "https://pypi.org/project/seqalign/0.0.1/", "requires_dist": [ "biopython", "pyhg19", "tempfifo" ], "requires_python": "", "summary": "Manage sequence alignments", "version": "0.0.1" }, "last_serial": 5493154, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "568da384155477ff58d499103bf9d6f9", "sha256": "31ff4f8cf2ef8966fbd414e59f7d4aa4d569052646f7af40e57e3022523849c1" }, "downloads": -1, "filename": "seqalign-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "568da384155477ff58d499103bf9d6f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10248, "upload_time": "2019-07-05T21:37:35", "url": "https://files.pythonhosted.org/packages/89/d7/9e2be37bff474eea1f389fe2939bbe4a7c8c569673c107e904ab178e04bd/seqalign-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f26d3eb618857611ea4c1dccf1ffc531", "sha256": "2456852e36e5986314d03ae688a2aaf3a942bd00dd4a870712272baa3778ec6c" }, "downloads": -1, "filename": "seqalign-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f26d3eb618857611ea4c1dccf1ffc531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9211, "upload_time": "2019-07-05T21:37:37", "url": "https://files.pythonhosted.org/packages/02/d8/611d62f3b58aba356416815c519c31b56d9c7eef151acdeb1a1add6ef734/seqalign-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "568da384155477ff58d499103bf9d6f9", "sha256": "31ff4f8cf2ef8966fbd414e59f7d4aa4d569052646f7af40e57e3022523849c1" }, "downloads": -1, "filename": "seqalign-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "568da384155477ff58d499103bf9d6f9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10248, "upload_time": "2019-07-05T21:37:35", "url": "https://files.pythonhosted.org/packages/89/d7/9e2be37bff474eea1f389fe2939bbe4a7c8c569673c107e904ab178e04bd/seqalign-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f26d3eb618857611ea4c1dccf1ffc531", "sha256": "2456852e36e5986314d03ae688a2aaf3a942bd00dd4a870712272baa3778ec6c" }, "downloads": -1, "filename": "seqalign-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f26d3eb618857611ea4c1dccf1ffc531", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9211, "upload_time": "2019-07-05T21:37:37", "url": "https://files.pythonhosted.org/packages/02/d8/611d62f3b58aba356416815c519c31b56d9c7eef151acdeb1a1add6ef734/seqalign-0.0.1.tar.gz" } ] }