{ "info": { "author": "Madeleine Ernst, Ming Wang, Ricardo Silva", "author_email": "mernst@ucsd.edu", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# pyMolNetEnhancer\n\npyMolNetEnhancer is a python module integrating chemical class and substructure information within mass spectral molecular networks created through the [Global Natural Products Social Molecular Networking (GNPS)](https://gnps.ucsd.edu/) platform. An analogous R package is available at https://github.com/madeleineernst/RMolNetEnhancer.\n\n### Table of contents\n\n* [Installation](#installation)\n* [Map MS2LDA substructural information to mass spectral molecular networks (classical)](#Mass2Motifs_to_Network_Classical)\n* [Map MS2LDA substructural information to mass spectral molecular networks (feature based)](#Mass2Motifs_to_Network_FeatureBased)\n* [Map chemical class information to mass spectral molecular networks](#ChemicalClasses_to_Network)\n* [Map chemical class and MS2LDA substructural information to mass spectral molecular networks](#ChemicalClasses_Motifs_to_Network)\n* [Dependencies](#dependencies)\n* [Main citation](#main_citation)\n* [Other citations](#other_citations)\n* [License](#license)\n\n## Installation\n\nInstall pyMolNetEnhancer with:\n\n `pip install pyMolNetEnhancer`\n\n\n## Map MS2LDA substructural information to mass spectral molecular networks (classical) \n\nIn order to map substructural information to a mass spectral molecular network you need to:\n\n* [Create a molecular network](https://ccms-ucsd.github.io/GNPSDocumentation/quickstart/) through the Global Natural Products Social Molecular Networking (GNPS) platform\n* Create an LDA experiment on [http://ms2lda.org/](http://ms2lda.org/) using the MGF clustered spectra downloaded from GNPS:\n\n\n\nThen execute the code in [Example_notebooks/Mass2Motifs_2_Network_Classical.ipynb](https://github.com/madeleineernst/pyMolNetEnhancer/blob/master/Example_notebooks/Mass2Motifs_2_Network_Classical.ipynb) line by line.\nThe only things you need to specify are:\n\n
    \n
  1. Your GNPS job ID \n
  2. \n
  3. Your MS2LDA job ID\n \n Note: Depending on the size of this file, a server connection timeout may occur. Alternatively, you may download the file manually at http://ms2lda.org/:
    \n
  4. \n
  5. User-defined parameters for mapping the Mass2Motifs onto the network\n \n prob: minimal probability score for a Mass2Motif to be included. Default is 0.01.
    \n overlap: minimal overlap score for a Mass2Motif to be included. Default is 0.3.
    \n Important: The probability and overlap thresholds can be set within the ms2lda.org app as well under the Experimental Options tab. It is recommendable to do so when inspecting results in the web app. Importantly, the summary table contains filtered motif-document relations using the set thresholds in the web app.
    \n top: This parameter specifies how many most shared motifs per molecular family (network component index) should be shown. Default is 5.\n
  6. \n
\n\nTo visualize results import the .graphml output file into [Cytoscape](https://cytoscape.org/). To color edges based on shared Mass2Motifs in between nodes select 'Stroke Color' in the 'Edge' tab to the left and choose 'interaction' as Column and 'Discrete Mapping' as Mapping Type:\n\n\nTo color nodes by the most shared Mass2Motifs per molecular family (network component index) select 'Image/Chart' in the 'Node' tab to the left and select Mass2Motifs shown in 'TopSharedMotifs' in the Edge Table:\n\n\nAlternatively the edges and nodes output files can also be loaded separately into Cytoscape. To this end import the 'Mass2Motifs_Edges_Classical.tsv' output file as network into Cytoscape. Select column 'CLUSTERID1' as Source Node, column 'interact' as Interaction Type and 'CLUSTERID2' as Target Node:\n\n\nThen import the 'Mass2Motifs_Nodes_Classical.tsv' output file as table:\n\n\n\n## Map MS2LDA substructural information to mass spectral molecular networks (feature based) \n\nIn order to map substructural information to a mass spectral molecular network created through the feature based workflow you need to:\n\n* [Create a feature based molecular network](https://ccms-ucsd.github.io/GNPSDocumentation/featurebasedmolecularnetworking/) through the Global Natural Products Social Molecular Networking (GNPS) platform\n* Create an LDA experiment on [http://ms2lda.org/](http://ms2lda.org/) using the MGF file created within MZmine (see [GNPS documentation](https://ccms-ucsd.github.io/GNPSDocumentation/featurebasedmolecularnetworking/))\n\nThen execute the code in [Example_notebooks/Mass2Motifs_2_Network_FeatureBased.ipynb](https://github.com/madeleineernst/pyMolNetEnhancer/blob/master/Example_notebooks/Mass2Motifs_2_Network_FeatureBased.ipynb) line by line.\nThe only things you need to specify are:\n\n
    \n
  1. Your GNPS job ID \n
  2. \n
  3. Your MS2LDA job ID\n \n Note: Depending on the size of this file, a server connection timeout may occur. Alternatively, you may download the file manually at http://ms2lda.org/:
    \n
  4. \n
  5. User-defined parameters for mapping the Mass2Motifs onto the network\n \n prob: minimal probability score for a Mass2Motif to be included. Default is 0.01.
    \n overlap: minimal overlap score for a Mass2Motif to be included. Default is 0.3.
    \n Important: The probability and overlap thresholds can be set within the ms2lda.org app as well under the Experimental Options tab. It is recommendable to do so when inspecting results in the web app. Importantly, the summary table contains filtered motif-document relations using the set thresholds in the web app.
    \n top: This parameter specifies how many most shared motifs per molecular family (network component index) should be shown. Default is 5.\n
  6. \n
\n\nTo visualize results import the .graphml output file into [Cytoscape](https://cytoscape.org/). To color edges based on shared Mass2Motifs in between nodes select 'Stroke Color' in the 'Edge' tab to the left and choose 'interaction' as Column and 'Discrete Mapping' as Mapping Type:\n\n\nTo color nodes by the most shared Mass2Motifs per molecular family (network component index) select 'Image/Chart' in the 'Node' tab to the left and select Mass2Motifs shown in 'TopSharedMotifs' in the Edge Table:\n\n\nAlternatively the edges and nodes output files can also be loaded separately into Cytoscape. To this end import the 'Mass2Motifs_Edges_Classical.tsv' output file as network into Cytoscape. Select column 'CLUSTERID1' as Source Node, column 'interact' as Interaction Type and 'CLUSTERID2' as Target Node:\n\n\nThen import the 'Mass2Motifs_Nodes_Classical.tsv' output file as table:\n\n\n## Map chemical class information to mass spectral molecular networks \n\nIn order to map chemical class information to a mass spectral molecular network you need to:\n\n* Create a molecular network using the [classical](https://ccms-ucsd.github.io/GNPSDocumentation/quickstart/) or [feature based](https://ccms-ucsd.github.io/GNPSDocumentation/featurebasedmolecularnetworking/) workflow through the Global Natural Products Social Molecular Networking (GNPS) platform\n* Perform in silico structure annotation using [Network Annotation Propagation](https://ccms-ucsd.github.io/GNPSDocumentation/nap/) (NAP), [DEREPLICATOR](https://ccms-ucsd.github.io/GNPSDocumentation/dereplicator/) or another tool of preference for in silico structure annotation \n\nThen execute the code in [Example_notebooks/ChemicalClasses_2_Network_Classical.ipynb](https://github.com/madeleineernst/pyMolNetEnhancer/blob/master/Example_notebooks/ChemicalClasses_2_Network_Classical.ipynb) or [Example_notebooks/ChemicalClasses_2_Network_FeatureBased.ipynb](https://github.com/madeleineernst/pyMolNetEnhancer/blob/master/Example_notebooks/ChemicalClasses_2_Network_FeatureBased.ipynb) line by line.\nThe only things you need to specify are:\n\n
    \n
  1. Your GNPS job ID \n
  2. \n
  3. Your DEREPLICATOR job ID(s)\n
  4. \n
  5. Your NAP job ID(s)\n \n
  6. \n
\n\nYou can specify as many in silico annotation outputs as you wish. If you import results from applications different than NAP or DEREPLICATOR make sure that your input file is tab separated and includes a column named 'Scan' containing numeric identifiers matching the numeric node identifiers in the GNPS network and a column named 'SMILES' containing SMILES structures.\nMake sure that you include all results as dataframe list items in the 'matches' object. The object 'gnpslib' contains all GNPS library hits:\n\n `matches = [gnpslib, nap, derep]`\n\nIn this notebook we use [ChemAxon's molconvert](https://docs.chemaxon.com/display/docs/Molconvert) to convert SMILES to InChIKeys. You can download a platform independent version of ChemAxon's Marvin [here](https://chemaxon.com/products/marvin/download). Make sure to have molconvert installed and add the path to the environment:\n\n```\npath = '/Applications/MarvinSuite/bin/'\nos.environ['PATH'] += ':'+path\n```\n\nTo visualize results import the .graphml output file into [Cytoscape](https://cytoscape.org/). To color nodes based on the chemical subclass select 'Fill Color' in the 'Node' tab to the left and choose 'CF_subclass' as Column and 'Discrete Mapping' as Mapping Type:\n\n\nTo color nodes based on the chemical subclass select 'Fill Color' in the 'Node' tab to the left and choose 'CF_subclass_score' as Column and 'Continuous Mapping' as Mapping Type:\n\n\nAll columns related to chemical class information are labeled with 'CF_', and chemical class information at other hierarchical levels of the chemical taxonomy can be mapped analogously (e.g. CF_superclass, CF_superclass_score, CF_class, etc.). The .txt output file can also be imported as table into an already existing network in Cytoscape.\n\n## Map chemical class and MS2LDA substructural information to mass spectral molecular networks \n\nIn order to map chemical class and MS2LDA substructural information to a mass spectral molecular network follow steps described in [Map MS2LDA substructural information to mass spectral molecular networks (classical)](#Mass2Motifs_to_Network_Classical) and [Map chemical class information to mass spectral molecular networks](#ChemicalClasses_to_Network)\nfor classical molecular networking and steps described in [Map MS2LDA substructural information to mass spectral molecular networks (feature based)](#Mass2Motifs_to_Network_FeatureBased) and [Map chemical class information to mass spectral molecular networks](#ChemicalClasses_to_Network) for feature based molecular networking. To create a graphml file containing both Mass2Motif as well as chemical class information do:\n\n```\ngraphML_classy = make_classyfire_graphml(MG,final)\nnx.write_graphml(graphML_classy, \"Motif_ChemicalClass_Network_Classical.graphml\", infer_numeric_types = True)\n```\n\nwhere 'MG' corresponds to the network with mapped Mass2Motifs and 'final' to the dataframe output created when mapping chemical class information. An example is shown in [Example_notebooks/Mass2Motifs_2_Network_Classical.ipynb](https://github.com/madeleineernst/pyMolNetEnhancer/blob/master/Example_notebooks/Mass2Motifs_2_Network_Classical.ipynb) and [Example_notebooks/Mass2Motifs_2_Network_FeatureBased.ipynb](https://github.com/madeleineernst/pyMolNetEnhancer/blob/master/Example_notebooks/Mass2Motifs_2_Network_FeatureBased.ipynb). To visualize the network in Cytoscape proceed as described in [Map MS2LDA substructural information to mass spectral molecular networks (classical)](#Mass2Motifs_to_Network_Classical) and [Map chemical class information to mass spectral molecular networks](#ChemicalClasses_to_Network)\nfor classical molecular networking and steps described in [Map MS2LDA substructural information to mass spectral molecular networks (feature based)](#Mass2Motifs_to_Network_FeatureBased) and [Map chemical class information to mass spectral molecular networks](#ChemicalClasses_to_Network) for feature based molecular networking.\n\n## Dependencies\n\npython 3.6.5, collections 0.6.1, csv 1.0, functools, joblib 0.13.0, json 2.0.9, multiprocessing, networkx 2.1, operator, os, pandas 0.22.0, rdkit, re 2.2.1, requests 2.18.4, sys, time\n\n## Main citation \nhttps://www.biorxiv.org/content/10.1101/654459v1
\nhttps://github.com/madeleineernst/pyMolNetEnhancer\n\n## Other citations \nMolNetEnhancer uses molecular networking through GNPS:
\nWang, M.; Carver, J. J.; Phelan, V. V.; Sanchez, L. M.; Garg, N.; Peng, Y.; Nguyen, D. D.; Watrous, J.; Kapono, C. A.; Luzzatto-Knaan, T.; et al. Sharing and Community Curation of Mass Spectrometry Data with Global Natural Products Social Molecular Networking. Nat. Biotechnol. 2016, 34 (8), 828\u2013837.\nhttps://www.nature.com/articles/nbt.3597\n\nMolNetEnhancer uses untargeted substructure exploration through MS2LDA:
\nvan der Hooft, J.J.J.; Wandy, J.; Barrett, M.P.; Burgess, K.E.V.; Rogers, S. Topic modeling for untargeted substructure exploration in metabolomics. PNAS 2016, 113 (48), 13738-13743.\nhttps://www.pnas.org/content/113/48/13738\n\nMolNetEnhancer uses Network Annotation Propagation (NAP):
\nda Silva, R. R.; Wang, M.; Nothias, L.-F.; van der Hooft, J. J. J.; Caraballo-Rodr\u00edguez, A. M.; Fox, E.; Balunas, M. J.; Klassen, J. L.; Lopes, N. P.; Dorrestein, P. C. Propagating Annotations of Molecular Networks Using in Silico Fragmentation. PLoS Comput. Biol. 2018, 14 (4), e1006089.\nhttp://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1006089\n\nMolNetEnhancer uses DEREPLICATOR:
\nMohimani, H.; Gurevich, A.; Mikheenko, A.; Garg, N.; Nothias, L.-F.; Ninomiya, A.; Takada, K.; Dorrestein, P.C.; Pevzner, P.A. Dereplication of peptidic natural products through database search of mass spectra. Nat. Chem. Biol. 2017, 13, 30-37.\nhttps://www.nature.com/articles/nchembio.2219\n\nMolNetEnhancer uses automated chemical classification through ClassyFire:
\nFeunang, Y. D.; Eisner, R.; Knox, C.; Chepelev, L.; Hastings, J.; Owen, G.; Fahy, E.; Steinbeck, C.; Subramanian, S.; Bolton, E.; Greiner, R.; Wishart, D.S. ClassyFire: automated chemical classification with a comprehensive, computable taxonomy. J. Cheminform. 2016, 8, 61.\nhttps://jcheminf.biomedcentral.com/articles/10.1186/s13321-016-0174-y\n\n## License\nThis repository is available under the following license https://github.com/madeleineernst/pyMolNetEnhancer/blob/master/LICENSE\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": "https://github.com/madeleineernst/pyMolNetEnhancer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyMolNetEnhancer", "package_url": "https://pypi.org/project/pyMolNetEnhancer/", "platform": "", "project_url": "https://pypi.org/project/pyMolNetEnhancer/", "project_urls": { "Homepage": "https://github.com/madeleineernst/pyMolNetEnhancer" }, "release_url": "https://pypi.org/project/pyMolNetEnhancer/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A python implementation of MolNetEnhancer", "version": "0.1.0" }, "last_serial": 5655185, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9cb96806c2171a6a6c140ea6b5acc962", "sha256": "e584f08a466124cec9247a5fb8b48bbaff71e8bde9d4f8c153f93b973f7006f9" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9cb96806c2171a6a6c140ea6b5acc962", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9089, "upload_time": "2019-02-24T13:11:57", "url": "https://files.pythonhosted.org/packages/eb/8d/2dc496dda47e7fd0f47f087f6d201d81f0220a681521dd3e01572ab8e67a/pyMolNetEnhancer-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bb971574c09510503ae87f7e761ba386", "sha256": "d33909c5f086907441d3da58bb294434de54b1b2a9e27124239b94a66c477780" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bb971574c09510503ae87f7e761ba386", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7476, "upload_time": "2019-02-24T13:11:59", "url": "https://files.pythonhosted.org/packages/62/76/a4a10c27f8c6dd508e2c4f50e90f7939add04d0756f5cc7e8f84565e1f9e/pyMolNetEnhancer-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "3649e5b8d3f887e857ba268321c2caa6", "sha256": "93b4378891a02442cb960b098c13efe7492e256d32a80a3f2646caf931f1f1cc" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "3649e5b8d3f887e857ba268321c2caa6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16878, "upload_time": "2019-03-01T15:10:57", "url": "https://files.pythonhosted.org/packages/9f/05/5fbee01f01204b2977e012b1997a72f9c4be5625a8c80365e680378aac1b/pyMolNetEnhancer-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "61efbbf4b6101c62994d673c41543fd2", "sha256": "1b9d1821e14b72909968abf5e6c08608f4228a3459776f49a4b1a645161c6fd8" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "61efbbf4b6101c62994d673c41543fd2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9498, "upload_time": "2019-03-01T15:10:59", "url": "https://files.pythonhosted.org/packages/7e/ee/ede81b0bd883c7b7707fba9a37ac4ea1889455650777130e4b3e8c1b8118/pyMolNetEnhancer-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ee095626eebb474f35f04a15503970e3", "sha256": "9daa355e7da2abba2b818e0d01dccd0ff80e6bd9736edaeef423e0332879db76" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ee095626eebb474f35f04a15503970e3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16912, "upload_time": "2019-03-01T15:20:59", "url": "https://files.pythonhosted.org/packages/7b/1b/61c373ff102e690bfeab80bca8b13525b7b26ac1b3dfeb8adfe6f8b184db/pyMolNetEnhancer-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0bf71389c2172980bf8dc1d11f7ee0d2", "sha256": "0326e043a3a832b07f3219b4076cd445971993ff6bd9de7f5c4c5d66c40df771" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.3.tar.gz", "has_sig": false, "md5_digest": "0bf71389c2172980bf8dc1d11f7ee0d2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9103, "upload_time": "2019-03-01T15:21:15", "url": "https://files.pythonhosted.org/packages/2f/1f/4c5d0b1a21f27376aefe71bffc72fc211c535c126f4ae89bd4c45df88f4a/pyMolNetEnhancer-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "69b17fb958847247ecb9d6afe4fbfca9", "sha256": "1b3e1e91315f0bc007a35c7ce0308171532a49456519af1863b1b1749c72c948" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "69b17fb958847247ecb9d6afe4fbfca9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 24740, "upload_time": "2019-03-07T09:35:21", "url": "https://files.pythonhosted.org/packages/35/ab/000462338fa458f30043747c9b14d419e228a04fbb96a62d811ab08bf2c6/pyMolNetEnhancer-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "77b3dba9020fc8566fc0a150ad865d7c", "sha256": "23eafae57a40a5963091aaae2de4fe8e278ee118bc2ce22fbdcabe02a08d73b5" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.4.tar.gz", "has_sig": false, "md5_digest": "77b3dba9020fc8566fc0a150ad865d7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9106, "upload_time": "2019-03-07T09:35:23", "url": "https://files.pythonhosted.org/packages/d3/aa/75214603aa178e596bdd54fdbb7e0787f7dfeb4eefdde30b41bb3fa46b1e/pyMolNetEnhancer-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "5c61d16ac546d9ae735185b26afd889c", "sha256": "c27229bae8a4f14f8878f41800005bad66ae74cfcfe16388aa953f6455892d51" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "5c61d16ac546d9ae735185b26afd889c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10407, "upload_time": "2019-03-07T09:39:20", "url": "https://files.pythonhosted.org/packages/2e/3f/c50d963fd07d21b52868be9fb3f631c300f034bbf3a75ef57a30c1ed0d45/pyMolNetEnhancer-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "23250c14c6cabd5820107b93daaff14b", "sha256": "2294091b59f446c1879b618904999113c0fa277072c57449c8924f29b5018a1a" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.5.tar.gz", "has_sig": false, "md5_digest": "23250c14c6cabd5820107b93daaff14b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9105, "upload_time": "2019-03-07T09:39:21", "url": "https://files.pythonhosted.org/packages/36/30/550c924be65f0327093d42d313de4f311bea5d1ee5c83f903ec65c6e4c5a/pyMolNetEnhancer-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "c74f6d32e83279a240554e869a3f52c0", "sha256": "fb1086908361582f82403ff1a387dfffcc9ea36aaa224a1b1a6d8cdee685bb1c" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "c74f6d32e83279a240554e869a3f52c0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 13907, "upload_time": "2019-03-12T09:02:10", "url": "https://files.pythonhosted.org/packages/b4/8f/0b2bb4580667998a8dffed727264821f1d484e906778e3148a3b5c3e594a/pyMolNetEnhancer-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c4fcfa8f3fae9b51a9eec92295b113f5", "sha256": "63abde3e7396b6775c791cd62bfe5079e49d480a5882ae427c3de3b5f5abaf57" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.6.tar.gz", "has_sig": false, "md5_digest": "c4fcfa8f3fae9b51a9eec92295b113f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16418, "upload_time": "2019-03-12T09:02:11", "url": "https://files.pythonhosted.org/packages/c6/48/58233c959a15d9cd4fd47ce867db3c18f015897d06614cf3dfaf77ed7197/pyMolNetEnhancer-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "55ed48932dd86d334f5a1b009c7bbc29", "sha256": "b6eb3084ff845d0bde4f287c8c22a1e635fbd8a83167edca4b714cf641e23f17" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "55ed48932dd86d334f5a1b009c7bbc29", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14152, "upload_time": "2019-04-02T09:18:19", "url": "https://files.pythonhosted.org/packages/25/d8/79d5ec678d4908758c5aadf02e8c72084e19b382a714529e75b62f984310/pyMolNetEnhancer-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7f6cc6e615be18778796efa637d735dc", "sha256": "10dea1650a2af3fd9235b270d86254716903070e3465bab48e1ee7b256ffc602" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.7.tar.gz", "has_sig": false, "md5_digest": "7f6cc6e615be18778796efa637d735dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16833, "upload_time": "2019-04-02T09:18:20", "url": "https://files.pythonhosted.org/packages/b8/fa/c33614499424647dff21992f8a6964512f40156da9d7576de443504d8fb4/pyMolNetEnhancer-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "23e10256cc5e26d9c149bcdec18afef1", "sha256": "c4cc121637ab930a74e8c8d51f212693c6949012baa69100fb7bceeeba7876b9" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "23e10256cc5e26d9c149bcdec18afef1", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 14152, "upload_time": "2019-04-02T09:43:16", "url": "https://files.pythonhosted.org/packages/60/0c/b1176c6fea52177622698ca423f5a1e3425d99e78063fc36d466a50cdd41/pyMolNetEnhancer-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "90689863c2e8c7f341f1bbc8adea6398", "sha256": "8479cefd0aa847cc30fb3d881e0062cecee949ffa216d63723f0b6dc826e8133" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.8.tar.gz", "has_sig": false, "md5_digest": "90689863c2e8c7f341f1bbc8adea6398", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16845, "upload_time": "2019-04-02T09:43:17", "url": "https://files.pythonhosted.org/packages/20/6f/5701843f2eac427a7c8effcccc11a54991138613dc624e12db2130f69279/pyMolNetEnhancer-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "752049d490f02ce1ec949c5c2f482a4e", "sha256": "416200d9f59fc3b029a5ad3848ded4497643b2607f9b462be6fff1ec2bcb72af" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "752049d490f02ce1ec949c5c2f482a4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22779, "upload_time": "2019-04-26T09:53:16", "url": "https://files.pythonhosted.org/packages/07/bb/66ee3aebbc249f577484f2d53a05a75b61f15f0780feec9f850190e14a22/pyMolNetEnhancer-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f54dbff2e57b0277dd5d5e20cd1cb967", "sha256": "cd9847caf10cc2199d6bdf3b1b1e1f0db515e1c10e8a1cc8e303a1f724ae3bbf" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.0.9.tar.gz", "has_sig": false, "md5_digest": "f54dbff2e57b0277dd5d5e20cd1cb967", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23899, "upload_time": "2019-04-26T09:53:18", "url": "https://files.pythonhosted.org/packages/d7/01/6a00e49bcaa765fc659894bfb27d4aba876f96c0def8e92964b4b734b144/pyMolNetEnhancer-0.0.9.tar.gz" } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "aa5bdbc8825ab8f6b0e9a2892a1e7ac7", "sha256": "95868b704fba89e828871091deef30258c55bc3b17978e3d6ac19b322c4ef43f" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "aa5bdbc8825ab8f6b0e9a2892a1e7ac7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15029, "upload_time": "2019-08-09T11:51:25", "url": "https://files.pythonhosted.org/packages/76/a0/99e186388e943ba9be853acaf24b74449fe79102d4fc77c56c590481465d/pyMolNetEnhancer-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ffaa93e374ba4a8aac54ccd4812287d", "sha256": "54ba13fd0bdba86c19d50daadaa2c391b0c02709d7c043597af0ac2cdcd76971" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9ffaa93e374ba4a8aac54ccd4812287d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17800, "upload_time": "2019-08-09T11:51:26", "url": "https://files.pythonhosted.org/packages/9b/e6/aa4a9d345e4139c084651f73ec589bffa4b19eb9743db1b4e421d6c704b7/pyMolNetEnhancer-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa5bdbc8825ab8f6b0e9a2892a1e7ac7", "sha256": "95868b704fba89e828871091deef30258c55bc3b17978e3d6ac19b322c4ef43f" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "aa5bdbc8825ab8f6b0e9a2892a1e7ac7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 15029, "upload_time": "2019-08-09T11:51:25", "url": "https://files.pythonhosted.org/packages/76/a0/99e186388e943ba9be853acaf24b74449fe79102d4fc77c56c590481465d/pyMolNetEnhancer-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ffaa93e374ba4a8aac54ccd4812287d", "sha256": "54ba13fd0bdba86c19d50daadaa2c391b0c02709d7c043597af0ac2cdcd76971" }, "downloads": -1, "filename": "pyMolNetEnhancer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "9ffaa93e374ba4a8aac54ccd4812287d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 17800, "upload_time": "2019-08-09T11:51:26", "url": "https://files.pythonhosted.org/packages/9b/e6/aa4a9d345e4139c084651f73ec589bffa4b19eb9743db1b4e421d6c704b7/pyMolNetEnhancer-0.1.0.tar.gz" } ] }