Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 10 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org, nature.com, acs.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.9%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: calvinp0
  • License: other
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 798 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Citation

README.md

ChemProp Logo

Chemprop

PyPI - Python Version PyPI version Anaconda-Server Badge Build Status Documentation Status License: MIT Downloads Downloads Downloads

Chemprop is a repository containing message passing neural networks for molecular property prediction.

Documentation can be found here.

There are tutorial notebooks in the examples/ directory.

Chemprop recently underwent a ground-up rewrite and new major release (v2.0.0). A helpful transition guide from Chemprop v1 to v2 can be found here. This includes a side-by-side comparison of CLI argument options, a list of which arguments will be implemented in later versions of v2, and a list of changes to default hyperparameters.

License: Chemprop is free to use under the MIT License. The Chemprop logo is free to use under CC0 1.0.

References: Please cite the appropriate papers if Chemprop is helpful to your research.

Selected Applications: Chemprop has been successfully used in the following works.

Version 1.x

For users who have not yet made the switch to Chemprop v2.0, please reference the following resources.

v1 Documentation

  • Documentation of Chemprop v1 is available here. Note that the content of this site is several versions behind the final v1 release (v1.7.1) and does not cover the full scope of features available in chemprop v1.
  • The v1 README is the best source for documentation on more recently-added features.
  • Please also see descriptions of all the possible command line arguments in the v1 args.py file.

v1 Tutorials and Examples

  • Benchmark scripts - scripts from our 2023 paper, providing examples of many features using Chemprop v1.6.1
  • ACS Fall 2023 Workshop - presentation, interactive demo, exercises on Google Colab with solution key
  • Google Colab notebook - several examples, intended to be run in Google Colab rather than as a Jupyter notebook on your local machine
  • nanoHUB tool - a notebook of examples similar to the Colab notebook above, doesn't require any installation
  • These slides provide a Chemprop tutorial and highlight additions as of April 28th, 2020

v1 Known Issues

We have discontinued support for v1 since v2 has been released, but we still appreciate v1 bug reports and will tag them as v1-wontfix so the community can find them easily.

Owner

  • Name: Calvin
  • Login: calvinp0
  • Kind: user

Citation (CITATIONS.bib)

# this was downloaded from ACS: https://pubs.acs.org/doi/10.1021/acs.jcim.9b00237
@article{chemprop_theory,
    author = {Yang, Kevin and Swanson, Kyle and Jin, Wengong and Coley, Connor and Eiden, Philipp and Gao, Hua and Guzman-Perez, Angel and Hopper, Timothy and Kelley, Brian and Mathea, Miriam and Palmer, Andrew and Settels, Volker and Jaakkola, Tommi and Jensen, Klavs and Barzilay, Regina},
    title = {Analyzing Learned Molecular Representations for Property Prediction},
    journal = {Journal of Chemical Information and Modeling},
    volume = {59},
    number = {8},
    pages = {3370-3388},
    year = {2019},
    doi = {10.1021/acs.jcim.9b00237},
        note ={PMID: 31361484},
    URL = { 
            https://doi.org/10.1021/acs.jcim.9b00237
    },
    eprint = { 
            https://doi.org/10.1021/acs.jcim.9b00237
    }
}

# this was downloaded from ACS: https://pubs.acs.org/doi/10.1021/acs.jcim.3c01250
@article{chemprop_software,
    author = {Heid, Esther and Greenman, Kevin P. and Chung, Yunsie and Li, Shih-Cheng and Graff, David E. and Vermeire, Florence H. and Wu, Haoyang and Green, William H. and McGill, Charles J.},
    title = {Chemprop: A Machine Learning Package for Chemical Property Prediction},
    journal = {Journal of Chemical Information and Modeling},
    volume = {64},
    number = {1},
    pages = {9-17},
    year = {2024},
    doi = {10.1021/acs.jcim.3c01250},
        note ={PMID: 38147829},
    URL = { 
            https://doi.org/10.1021/acs.jcim.3c01250
    },
    eprint = {     
            https://doi.org/10.1021/acs.jcim.3c01250
    }
}

GitHub Events

Total
  • Push event: 9
  • Create event: 1
Last Year
  • Push event: 9
  • Create event: 1

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v4 composite
  • actions/checkout master composite
  • actions/setup-python v3 composite
  • docker/build-push-action v4 composite
  • docker/login-action v2 composite
  • docker/setup-buildx-action v2 composite
  • docker/setup-qemu-action v2 composite
  • mamba-org/setup-micromamba main composite
  • pypa/gh-action-pypi-publish release/v1 composite
Dockerfile docker
  • continuumio/miniconda3 latest build
environment.yml pypi
pyproject.toml pypi
  • ConfigArgParse *
  • astartes [molecules]
  • descriptastorus *
  • lightning >= 2.0
  • numpy < 2.0.0
  • pandas *
  • rdkit *
  • rich *
  • scikit-learn *
  • scipy *
  • torch >= 2.1