{ "info": { "author": "Cristian Caloian", "author_email": "cristian.caloian@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Science/Research", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Bio-Informatics", "Topic :: Security" ], "description": "Germline Filter is a Python program used in the ICGC-TCGA DREAM Mutation Calling Challenge meant to contribute to the real data security measures. It takes as input a preprocessed and encrypted germline calls file, as generated by GATK, and a somatic SNV vcf file, and it returns the number of germline calls found in the somatic vcf.\r\n\r\nFeatures:\r\n=========\r\n\r\n- The most important feature of the GermlineFilter is that the program runs in an encrypted fashion, making it safe for running on any server. All the filtering steps described in the flowchart are done at runtime, and at no point data is written on the disk. It has three options:\r\n - ``encrypt_germline_vcf`` - Encrypt a truth germline vcf (preprocessing steps in the workflow above)\r\n - ``filter`` - Filter a somatic vcf against an encrypted truth germline vcf. This step is done in an encrypted fashion. \r\n - ``get_germline_positions`` - Get the actual germline positions called in a somatic vcf. This step is done in an unencrypted fashion, against the original truth germline vcf. It should only be run locally or on an encrypted server. The output is written to a tab delimited file.\r\n- Multiple germline vcf's can be preprocessed at the same time, with a common salt file and key file.\r\n- Multiple somatic vcf's corresponding to the same encrypted truth germline file can be filtered simultaneously. This considerably increases the speed versus individual runs.\r\n- The user can choose the encryption protocol (AES, Blowfish); default AES\r\n- The user can choose the hashing protocol (md5 or sha512); default sha512\r\n- Get the actual germline position in a vcf, for plotting and further analysis.\r\n\r\nUsage:\r\n======\r\n\r\nAfter installation, to find out how to use the Germline filter, run:\r\n\r\n``germline_filter --help``\r\n\r\nFor more examples, please take a look at the user manual, located in /GermlineFilter-1.2/doc", "description_content_type": null, "docs_url": null, "download_url": "http://labs.oicr.on.ca/files/6993/file/GermlineFilter-1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "germline, somatic, single nucleotide variant, snv", "license": "UNKNOWN", "maintainer": "Cristian Caloian", "maintainer_email": "cristian.caloian@gmail.com", "name": "GermlineFilter", "package_url": "https://pypi.org/project/GermlineFilter/", "platform": "Linux, Unix", "project_url": "https://pypi.org/project/GermlineFilter/", "project_urls": { "Download": "http://labs.oicr.on.ca/files/6993/file/GermlineFilter-1.2.tar.gz", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/GermlineFilter/1.2/", "requires_dist": null, "requires_python": null, "summary": "Encrypted filtering of germline calls from a somatic vcf.", "version": "1.2" }, "last_serial": 1429934, "releases": { "1.2": [ { "comment_text": "", "digests": { "md5": "34e9e56c901c87fe584c8da5fbe4803d", "sha256": "e4982353c544d94b34f02c5690ab3d3ebc93480d5b62fe6f3317f23c515acc05" }, "downloads": -1, "filename": "GermlineFilter-1.2.tar.gz", "has_sig": false, "md5_digest": "34e9e56c901c87fe584c8da5fbe4803d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102336, "upload_time": "2015-02-18T20:39:13", "url": "https://files.pythonhosted.org/packages/3e/24/0eef52136367143111f2cdcc3f93a80fc19c19820c0e361cc3061bff3aaf/GermlineFilter-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "34e9e56c901c87fe584c8da5fbe4803d", "sha256": "e4982353c544d94b34f02c5690ab3d3ebc93480d5b62fe6f3317f23c515acc05" }, "downloads": -1, "filename": "GermlineFilter-1.2.tar.gz", "has_sig": false, "md5_digest": "34e9e56c901c87fe584c8da5fbe4803d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 102336, "upload_time": "2015-02-18T20:39:13", "url": "https://files.pythonhosted.org/packages/3e/24/0eef52136367143111f2cdcc3f93a80fc19c19820c0e361cc3061bff3aaf/GermlineFilter-1.2.tar.gz" } ] }