{ "info": { "author": "Complete Genomics", "author_email": "eanderson@genomics.cn", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Science/Research", "Programming Language :: Python :: 2.7", "Topic :: Scientific/Engineering :: Bio-Informatics" ], "description": "# ExtremeVariantFilter\n\nExtreme Variant Filter is a set of tools developed to aid in the identification of false positive variants in Genomic Variant Call Files based on XGBoost.\n\n### Functions\n\n__apply_filter__\n\n Usage:\n apply_filter (--vcf STR) (--snp-model STR) (--indel-model STR) [--verbose]\n\n Description:\n Apply models generated by train_model to a VCF.\n\n Arguments:\n --vcf STR VCF to be filtered\n --snp-model STR Model for applying to SNPs\n --indel-model INT Model for applying to InDels\n\n Options:\n -h, --help Show this help message and exit.\n -v, --version Show version and exit.\n --verbose Log output\n\n Examples:\n apply_filter --vcf