Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ARY2260 committed Aug 31, 2023
1 parent 2bd38ca commit ee75d70
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,36 @@

setup(
name='openpom',
version='0.2.0',
version='0.2.2',
description='Open-source Principal Odor Map models for Olfaction',
license='MIT',
long_description="""Open Principal Odor Map
https://github.com/ARY2260/openpom
Replication of the Principal Odor Map paper by Lee et al (2022).
Replication of the Principal Odor Map paper by Brian K. Lee et al. (2023).
The model is implemented such that it integrates with DeepChem (https://github.com/deepchem/deepchem).
Contributors:
Aryan Barsainyan: Code, data cleaning, model development
Aryan Amit Barsainyan, National Institute of Technology Karnataka, India: code, data cleaning, model development
Ritesh Kumar: data cleaning, hyperparameter optimisation
Ritesh Kumar, CSIR-CSIO, Chandigarh, India: data cleaning, hyperparameter optimisation
Pinaki Saha: discussions and feedback
Pinaki Saha, University of Hertfordshire, UK: discussions and feedback
Michael Schmuker: Conceptualisation, project lead
Michael Schmuker, University of Hertfordshire, UK: conceptualisation, project lead
References:
A Principal Odor Map Unifies Diverse Tasks in Human Olfactory Perception.
Brian K. Lee, Emily J. Mayhew, Benjamin Sanchez-Lengeling, Jennifer N. Wei,
Wesley W. Qian, Kelsie Little, Matthew Andres, Britney B. Nguyen, Theresa Moloy,
Jane K. Parker, Richard C. Gerkin, Joel D. Mainland, Alexander B. Wiltschko
bioRxiv 2022.09.01.504602; doi: (https://doi.org/10.1101/2022.09.01.504602)""",
Brian K. Lee, Emily J. Mayhew, Benjamin Sanchez-Lengeling, Jennifer N. Wei, Wesley W. Qian, Kelsie A. Little,
Matthew Andres, Britney B. Nguyen, Theresa Moloy, Jacob Yasonik, Jane K. Parker, Richard C. Gerkin,
Joel D. Mainland, Alexander B. Wiltschko
Science381,999-1006(2023).DOI: [10.1126/science.ade4401](https://doi.org/10.1126/science.ade4401)
bioRxiv 2022.09.01.504602; doi: [https://doi.org/10.1101/2022.09.01.504602](https://doi.org/10.1101/2022.09.01.504602)""",
author='Aryan Amit Barsainyan',
author_email='[email protected]',
packages=find_packages(),
Expand Down

0 comments on commit ee75d70

Please sign in to comment.