{ "info": { "author": "Welliton Souza", "author_email": "well309@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3" ], "description": "# An automated tool for processing whole-exome sequencing data\n\nWhole-exome sequencing has been widely used in clinical applications for the identification of the genetic causes of several diseases.\n_HPexome_ automates many data processing tasks for exome-sequencing data analysis of large-scale cohorts.\nGiven ready-analysis alignment files it is capable of breaking input data into small genomic regions to efficiently process in parallel on cluster-computing environments.\nIt relies on Queue workflow execution engine and GATK variant calling tool and its best practices to output high-confident unified variant calling file.\nOur workflow is shipped as Python command line tool making it easy to install and use. \n\nRequirements\n\n- BAM files must be sorted in `coordinate` mode. See [sort bam files](https://github.com/labbcb/hpexome/blob/master/docs/sort_bam_files.sh) script.\n- BAM files must have `@RG` tags with `ID, SM, LB, PL and PU` information. See [fix rg tag](https://github.com/labbcb/hpexome/blob/master/docs/fix_rg_tag_bam.sh) script.\n\n## Example\n\nThe following command line takes a list of ready-analysis BAM files stored in `alignment_files` directory and reference genomes files (version b37).\nThen it breaks input data into smaller parts (`--scatter_count 16`) and submits to SGE batch system (`--job_runner PbsEngine`).\nAll samples will be merged into a single VCF files (`--unified_vcf`) and output files will be written in `result_files` directory.\n\n```bash\nhpexome \\\n --bam alignment_files \\\n --genome references/b37/human_g1k_v37_decoy.fasta \\\n --dbsnp references/b37/dbsnp_138.b37.vcf \\\n --indels references/b37/Mills_and_1000G_gold_standard.indels.b37.vcf \\\n --indels references/b37/1000G_phase1.indels.b37.vcf \\\n --sites references/b37/1000G_phase1.snps.high_confidence.b37.vcf \\\n --sites references/b37/1000G_omni2.5.b37.vcf \\\n --unified_vcf \\\n --scatter_count 16 \\\n --job_runner GridEngine \\\n result_fies\n```\n\nFor more information see .\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": "http://bcblab.org/hpexome", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "HPexome", "package_url": "https://pypi.org/project/HPexome/", "platform": "", "project_url": "https://pypi.org/project/HPexome/", "project_urls": { "Bug Tracker": "https://github.com/labbcb/hpexome/issues", "Homepage": "http://bcblab.org/hpexome", "Source Code": "https://github.com/labbcb/hpexome" }, "release_url": "https://pypi.org/project/HPexome/1.1.2/", "requires_dist": [ "Click" ], "requires_python": "", "summary": "An automated tool for processing whole-exome sequencing data", "version": "1.1.2" }, "last_serial": 5961615, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "9ed206bbb0c017dc5d3c54ae9454adce", "sha256": "f19e8eac01f74128c777187308533385939584e2038bcc8a0e52f26061ecbe82" }, "downloads": -1, "filename": "HPexome-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9ed206bbb0c017dc5d3c54ae9454adce", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19023, "upload_time": "2019-08-19T16:27:09", "url": "https://files.pythonhosted.org/packages/bc/33/f8fed33247a98a0c7577bc030781b2cd9cc740709116a8f35a11fbdedbf6/HPexome-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9d6a2b11d8bfe24c4f048f1ae00dd61c", "sha256": "c3ab4c7f0e74f0a935309be0000bedb78317d77e157eb86ede3160d1af745667" }, "downloads": -1, "filename": "HPexome-1.1.1.tar.gz", "has_sig": false, "md5_digest": "9d6a2b11d8bfe24c4f048f1ae00dd61c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5921, "upload_time": "2019-08-19T16:27:11", "url": "https://files.pythonhosted.org/packages/0b/43/f31ba34b8324d4a380d707d91752e5e659006902b5f6e85337fb0ddb7d66/HPexome-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "a94fcfe3e5ec8ac7c27d1b1c3ad0f737", "sha256": "961f906562ce8b4cd583aa771dbd2df93bf71b0976b4dd09f778f909bcf6f8c7" }, "downloads": -1, "filename": "HPexome-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a94fcfe3e5ec8ac7c27d1b1c3ad0f737", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 19035, "upload_time": "2019-10-11T18:48:54", "url": "https://files.pythonhosted.org/packages/42/70/8f4f507350060f332b8eb202c65b0bc8691ec2e51f1ce26840d1cb8f9a49/HPexome-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "13be2ec4d071d75782d3391e4f852e9a", "sha256": "80d94e639c5906cef3eb9da0eb2d8a851320e351c2634a3f344a726dcaf281d1" }, "downloads": -1, "filename": "HPexome-1.1.2.tar.gz", "has_sig": false, "md5_digest": "13be2ec4d071d75782d3391e4f852e9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5955, "upload_time": "2019-10-11T18:48:56", "url": "https://files.pythonhosted.org/packages/5a/04/9d708ba02d768be257d93349e03ce9ad1890669752ed2d14760c8d7bc9b5/HPexome-1.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a94fcfe3e5ec8ac7c27d1b1c3ad0f737", "sha256": "961f906562ce8b4cd583aa771dbd2df93bf71b0976b4dd09f778f909bcf6f8c7" }, "downloads": -1, "filename": "HPexome-1.1.2-py2-none-any.whl", "has_sig": false, "md5_digest": "a94fcfe3e5ec8ac7c27d1b1c3ad0f737", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 19035, "upload_time": "2019-10-11T18:48:54", "url": "https://files.pythonhosted.org/packages/42/70/8f4f507350060f332b8eb202c65b0bc8691ec2e51f1ce26840d1cb8f9a49/HPexome-1.1.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "13be2ec4d071d75782d3391e4f852e9a", "sha256": "80d94e639c5906cef3eb9da0eb2d8a851320e351c2634a3f344a726dcaf281d1" }, "downloads": -1, "filename": "HPexome-1.1.2.tar.gz", "has_sig": false, "md5_digest": "13be2ec4d071d75782d3391e4f852e9a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5955, "upload_time": "2019-10-11T18:48:56", "url": "https://files.pythonhosted.org/packages/5a/04/9d708ba02d768be257d93349e03ce9ad1890669752ed2d14760c8d7bc9b5/HPexome-1.1.2.tar.gz" } ] }