{ "info": { "author": "Phelim Bradley", "author_email": "wave@phel.im", "bugtrack_url": null, "classifiers": [], "description": "# ga4gh-mongo\n\nA document based Variant database inspired by ga4gh Variants schema.\n\nhttps://github.com/ga4gh/schemas\n\n## Usage\n\n\tfrom ga4ghmongo.schema import Variant\n\tv = Variant.create(start=0,reference_bases=\"A\", alternate_bases=[\"T\"])\n\tv.to_mongo().to_dict()\n\t\n\t{'info': {}, 'is_snp': True, 'is_insertion': False, 'reference_bases': u'A', 'created_at': datetime.datetime(2016, 3, 16, 15, 11, 43, 989088), 'updated_at': datetime.datetime(2016, 3, 16, 15, 11, 43, 989189), 'start': 0, 'var_hash': u'b819f0202b6a9dff2821bbcf7dac87536bc9cb08be6eb96c8dad3fd4fd2a6fd6', 'names': [u'A0T'], 'is_indel': False, 'length': 0, 'alternate_bases': [u'T'], 'is_deletion': False, 'variant_sets': []}\n\n### Changes from ga4gh v0.5.1 API\n\n*\tIn ga4gh schema each Variant must belong to one and only one VariantSet. Here we allow Variants to belong to multiple VariantSets\n\n\n ", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Phelimb/ga4gh-mongo", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ga4ghmongo", "package_url": "https://pypi.org/project/ga4ghmongo/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ga4ghmongo/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Phelimb/ga4gh-mongo" }, "release_url": "https://pypi.org/project/ga4ghmongo/0.0.1.2/", "requires_dist": null, "requires_python": null, "summary": "A document based Variant database inspired by ga4gh Variants schema", "version": "0.0.1.2" }, "last_serial": 2095264, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3928745f031422541e21e42767ff7824", "sha256": "0d8f44748b49d61b67b6dc7dfe86bbd86516af62d1a12ae5c46fc0d8a3b962aa" }, "downloads": -1, "filename": "ga4ghmongo-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3928745f031422541e21e42767ff7824", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7173, "upload_time": "2016-03-16T15:24:05", "url": "https://files.pythonhosted.org/packages/dc/c4/23abbe39f9cb0b12454f4f54b205b0b4b8ba4ce62d691314748e90086bb7/ga4ghmongo-0.0.1.tar.gz" } ], "0.0.1.1": [ { "comment_text": "", "digests": { "md5": "4ca3800ea9d6208328b9446fbcaad31f", "sha256": "b30d21ca0dd2a61f647d5c5c16fcf262c4e57758f80313e2e55057da7ddf31ad" }, "downloads": -1, "filename": "ga4ghmongo-0.0.1.1.tar.gz", "has_sig": false, "md5_digest": "4ca3800ea9d6208328b9446fbcaad31f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7139, "upload_time": "2016-03-16T15:26:00", "url": "https://files.pythonhosted.org/packages/ba/b2/93d663842944c5c41b8f408ae82cb98c4ba01d89f9190caff3dac9b5a4ca/ga4ghmongo-0.0.1.1.tar.gz" } ], "0.0.1.2": [ { "comment_text": "", "digests": { "md5": "6557d21feb7540ad7cc2548036563a2b", "sha256": "614d5e409e993cac2beb5034213d8e1a855d55481d0e2468b4724d1b85719ec8" }, "downloads": -1, "filename": "ga4ghmongo-0.0.1.2.tar.gz", "has_sig": false, "md5_digest": "6557d21feb7540ad7cc2548036563a2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7594, "upload_time": "2016-05-02T15:40:23", "url": "https://files.pythonhosted.org/packages/50/7c/14c9ea8f8f2edb7871233c4dac8c32094acd274ce7f3c9e917c4a856a756/ga4ghmongo-0.0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6557d21feb7540ad7cc2548036563a2b", "sha256": "614d5e409e993cac2beb5034213d8e1a855d55481d0e2468b4724d1b85719ec8" }, "downloads": -1, "filename": "ga4ghmongo-0.0.1.2.tar.gz", "has_sig": false, "md5_digest": "6557d21feb7540ad7cc2548036563a2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7594, "upload_time": "2016-05-02T15:40:23", "url": "https://files.pythonhosted.org/packages/50/7c/14c9ea8f8f2edb7871233c4dac8c32094acd274ce7f3c9e917c4a856a756/ga4ghmongo-0.0.1.2.tar.gz" } ] }