-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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(), | ||
|