{ "info": { "author": "University of Michigan Bioinformatics Core", "author_email": "bfx-jacquard@umich.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "========\nJacquard\n========\nSuite of command-line tools to expedite analysis of exome variant data from\nmultiple patients and multiple variant callers.\n\n.. image:: https://travis-ci.org/umich-brcf-bioinf/Jacquard.svg?branch=develop\n :target: https://travis-ci.org/umich-brcf-bioinf/Jacquard\n :alt: Build Status\n\n.. image:: https://coveralls.io/repos/umich-brcf-bioinf/Jacquard/badge.png?branch=develop\n :target: https://coveralls.io/r/umich-brcf-bioinf/Jacquard?branch=develop\n :alt: Coverage Status\n\n.. image:: https://img.shields.io/pypi/l/Jacquard.svg\n :target: https://pypi.python.org/pypi/jacquard/\n :alt: License\n\n.. image:: http://img.shields.io/pypi/v/colour.svg?style=flat\n :target: https://pypi.python.org/pypi/jacquard/\n :alt: Latest PyPI version\n\n\nThe official repository is at:\n\nhttps://github.com/umich-brcf-bioinf/Jacquard\n\nUsage\n=====\n\n::\n\n $ jacquard [options] [arguments]\n\n*Subcommands*\n\n:translate:\n Creates new VCFs, adding a controlled vocabulary of new FORMAT tags.\n:merge:\n Integrates a directory of VCFs into a single VCF.\n:summarize:\n Adds new INFO fields and FORMAT tags that combine variant data from the\n merged VCF.\n:expand:\n Explodes a VCF file into a tab-delimited file.\n\nFor help on a specific subcommand:\n\n::\n\n $ jacquard --help\n\n\nSee `ReadTheDocs `_ for full documentation.\n\n====\n\nEmail bfx-jacquard@umich.edu for support and questions.\n\nUM BRCF Bioinformatics Core\n\n\n.. _installing-jacquard:\n\nInstalling Jaquard\n==================\nJacquard has been tested with Python 2.7 and 3.4 on Windows7, OSX, and \\*nix.\n\nPrerequisites\n-------------\n.. note:: Pip installs all required libraries; see [Installing] below.\n\n\n* natsort (3.5.2) \n* nosetests, testfixtures (3.0.2), and numpy (>=1.7.1) are required for running\n automated tests\n\nInstalling\n----------\nThe easiest way to install Jacquard is through PyPI. Get pip if it's\nnot available in your system:\n\n::\n\n $ pip install jacquard\n\n\nYou can install from source from github:\n\n::\n\n $ pip install git+https://github.com/umich-brcf-bioinf/Jacquard\n\n\nIf you don't have root permissions, you can install locally:\n\n::\n\n $ pip install --user jacquard\n\n.. note:: You may need to modify your path to include the Python install dir\n (e.g. /Users//.local/bin)\n\n\n\nChangelog\n=========\n\n1.1.2 (7/11/2019)\n-----------------\n- Adjusted VCF handling to correctly pad optional trailing FORMAT fields\n- Adjusted Mutect translation to regard PASS as somatic when FilterMutectCalls\n present in metaheaders.\n\n1.1.1 (10/30/2018)\n------------------\n- Adjusted Mutect translators to:\n\n - parse normal and tumor designations from SAMPLE metaheaders if available\n - recognize more variations of Mutect metaheader formats\n\n1.1.0 (6/18/2018)\n-----------------\n- Adjusted *translate* to correctly parse newer versions of Mutect\n- Updated supported versions for Mutect, Strelka, Varscan\n- Fixed error in JQ_SUMMARY_DP_AVERAGE tag description\n\n1.0.0 (6/5/2018)\n-----------------\n- Removed obsolete spikes directory\n- Fixed bug in *expand* which could overwrite fixed VCF fields (e.g. REF, ALT,\n etc.) if identically named fields in INFO.\n- Switched to semantic versioning\n\n0.42 (9/22/2015)\n----------------\n- Added docs on readthedocs.\n- Improved workflow documentation with example data\n- *Merge* will now disambiguate tag collisions from multiple VCs\n- *Translate*/*summarize* now supports GT tags\n- Extended precision to 4 decimal places to support analysis of gene-panels.\n- Adjusted translate to handle empty high-confidence VarScan files.\n\n0.41 (5/7/2015)\n---------------\n - Combined *filter* command with *merge* command\n - Extended *expand* to create simple metaheader glossary\n - Adjusted code to support Python >=2.7 or 3.x\n - Improved checks for consistent VCF file sets\n - Fixed bug in *merge* that caused error if any VCFs were unsorted\n - Fixed bug in *summarize* that caused error if variant was called by subset\n of callers\n\n0.31 (3/17/2015)\n----------------\n - Downgraded VCF format from 4.2 to 4.1\n - Fixed a bug that omitted CALLERS_REPORTED_LIST summary tag\n - Simplified summary tags; removed dependency on numpy\n - Adjusted VarScan translation to accept a file pattern to identify\n high-confidence files\n\n\n0.3 (3/9/2015)\n--------------\n - Replaced *normalize*, *tag* commands with *translate*; relaxed constraints\n on incoming data.\n - Renamed *consensus* to *summarize*\n - More consistent behavior in *expand*\n - Significantly improved *merge* performance\n - Added new summary tags:\n\n - CALLERS_REPORTED_COUNT\n - CALLERS_REPORTED_LIST\n - SAMPLES_REPORTED_COUNT\n - CALLERS_PASSED_COUNT\n - CALLERS_PASSED_LIST\n - SAMPLES_PASSED_COUNT\n\n - Fixed bug in how Strelka calculated AF on indels\n - Improved command validation and error handling\n - Added project/code documentation\n - Removed dependencies on pandas\n\n\n0.21 (10/2014)\n--------------\n - Initial public release\n\n\nJacquard is written and maintained by the University of Michigan \nBRCF Bioinformatic Core; individual contributors include:\n\n- Jessica Bene\n- Ashwini Bhasi\n- Chris Gates\n- Divya Kriti\n- Kevin Meng\n- Peter Ulintz\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/umich-brcf-bioinf/Jacquard", "keywords": "VCF bioinformatic exome-seq DNA-seq variant-call-format", "license": "Apache", "maintainer": "", "maintainer_email": "", "name": "jacquard", "package_url": "https://pypi.org/project/jacquard/", "platform": "", "project_url": "https://pypi.org/project/jacquard/", "project_urls": { "Homepage": "https://github.com/umich-brcf-bioinf/Jacquard" }, "release_url": "https://pypi.org/project/jacquard/1.1.2/", "requires_dist": [ "natsort" ], "requires_python": "", "summary": "Command-line tools to expedite analysis of Variant Call Format (VCF) files.", "version": "1.1.2" }, "last_serial": 5520226, "releases": { "0.31": [ { "comment_text": "", "digests": { "md5": "3a31278352d8271636b2f95328f52d3b", "sha256": "ce028832bd9581df8fbce5aab441875627ba9b42329d6119e019e1aa675140df" }, "downloads": -1, "filename": "jacquard-0.31-py2-none-any.whl", "has_sig": false, "md5_digest": "3a31278352d8271636b2f95328f52d3b", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 47728, "upload_time": "2015-03-17T21:04:10", "url": "https://files.pythonhosted.org/packages/a2/b2/18d20c9d11342a26496bdfd2bae42291de5adbb0c07ff158729f38b4f40d/jacquard-0.31-py2-none-any.whl" } ], "0.40": [], "0.41": [ { "comment_text": "", "digests": { "md5": "20448af591354a1ab8fee105e89be861", "sha256": "9c72a7a256094f703ef7b9c8e8a7faa51931eabf89edf0a0d40609c49692b75b" }, "downloads": -1, "filename": "jacquard-0.41-py2-none-any.whl", "has_sig": false, "md5_digest": "20448af591354a1ab8fee105e89be861", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 51596, "upload_time": "2015-05-07T03:50:41", "url": "https://files.pythonhosted.org/packages/7a/0d/2e505dd7fa88a968cfd493c87be752a18c59bebde55594b5f615ca59024e/jacquard-0.41-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c647fa76688ece1a9c2e0b9e5b560843", "sha256": "62626a0414cfdc58688fcf829a0c7fd7dc4197b95afd73c6ecd7feabc502ca2a" }, "downloads": -1, "filename": "jacquard-0.41.tar.gz", "has_sig": false, "md5_digest": "c647fa76688ece1a9c2e0b9e5b560843", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 38066, "upload_time": "2015-05-07T03:50:44", "url": "https://files.pythonhosted.org/packages/0d/50/2f9ebbe1bee87efda187b2ac6d76393d674791c5cf03c95445706d2c98f2/jacquard-0.41.tar.gz" } ], "0.42": [ { "comment_text": "", "digests": { "md5": "c10d572aa7d271dba1a737e8e69bd20e", "sha256": "65ea3b35f939929ba509fe06398b1859006f78754a4fb83e8e8b53706e55707c" }, "downloads": -1, "filename": "jacquard-0.42-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c10d572aa7d271dba1a737e8e69bd20e", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 56009, "upload_time": "2015-09-22T19:01:24", "url": "https://files.pythonhosted.org/packages/59/16/25e2c56a463aaed5403b2fc67042b638130d1bf15572f926e2d8f2df2e72/jacquard-0.42-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ed72ba52da67da4dd5c4c00298f919dd", "sha256": "3a4faf9b0f6916af11a098c5fe9edffa72c76c21cd8174eaf1dc760763194551" }, "downloads": -1, "filename": "jacquard-0.42.zip", "has_sig": false, "md5_digest": "ed72ba52da67da4dd5c4c00298f919dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 60245, "upload_time": "2015-09-22T19:01:33", "url": "https://files.pythonhosted.org/packages/b0/39/4c38aad4668cc08eeecd998c90c4051d920fb109b75d9417fde92383606a/jacquard-0.42.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "e21c765563c8f91b5cf56317a60f2dd9", "sha256": "a577a8c30ea4b9d65920f08f444cb4b3f521ed0b0c1811e862555c4c38934261" }, "downloads": -1, "filename": "jacquard-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e21c765563c8f91b5cf56317a60f2dd9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 52683, "upload_time": "2018-06-06T17:10:19", "url": "https://files.pythonhosted.org/packages/92/cb/693411a85a64e8292e967fbec32ce5c340375b854c320c79d85bb3f4d608/jacquard-1.0.0-py3-none-any.whl" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "decd7f5d3195a7d26aa913df131f8cc9", "sha256": "3e12f24787fbc0872d211aafc751e715faade23ee5014856b2163a54fd43a6f9" }, "downloads": -1, "filename": "jacquard-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "decd7f5d3195a7d26aa913df131f8cc9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 53184, "upload_time": "2018-06-18T18:55:49", "url": "https://files.pythonhosted.org/packages/0e/f5/fe95ffaf3daea3b51b5495bd65ca8c60a31e123874c62a30e9ab22646fd2/jacquard-1.1.0-py3-none-any.whl" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "14f6072fa5db1a20aea775657e6eae6b", "sha256": "dba769fbd8ad479153c6bcf2d0263d228ca187d3811142b148e3ff0f4d2d5e0b" }, "downloads": -1, "filename": "jacquard-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "14f6072fa5db1a20aea775657e6eae6b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 57526, "upload_time": "2018-10-30T21:26:27", "url": "https://files.pythonhosted.org/packages/7a/f8/d06a71fd3610bd8a3844c327436117a50c0d53c1f66985656941f7cf7ac3/jacquard-1.1.1-py3-none-any.whl" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "682494bfe5134d86423d4b82172dedb9", "sha256": "a3696d865e3fdd6bebb274e4f84ccca1c036e165b707d86a79a9f9ce8d214a9f" }, "downloads": -1, "filename": "jacquard-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "682494bfe5134d86423d4b82172dedb9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58233, "upload_time": "2019-07-11T21:07:58", "url": "https://files.pythonhosted.org/packages/28/23/ec8b8bbd2f9267aadea38d9b3ce3247f783b1ab36dd1fcd7a927bcc35502/jacquard-1.1.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "682494bfe5134d86423d4b82172dedb9", "sha256": "a3696d865e3fdd6bebb274e4f84ccca1c036e165b707d86a79a9f9ce8d214a9f" }, "downloads": -1, "filename": "jacquard-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "682494bfe5134d86423d4b82172dedb9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 58233, "upload_time": "2019-07-11T21:07:58", "url": "https://files.pythonhosted.org/packages/28/23/ec8b8bbd2f9267aadea38d9b3ce3247f783b1ab36dd1fcd7a927bcc35502/jacquard-1.1.2-py3-none-any.whl" } ] }