ersilia-os / ersilia

The Ersilia Model Hub, a repository of AI/ML models for infectious and neglected disease research.
https://ersilia.io
GNU General Public License v3.0
224 stars 148 forks source link

🦠 Model Request: RXNFP #660

Closed samuelmaina closed 1 year ago

samuelmaina commented 1 year ago

Model Name

RXNFP - chemical reaction fingerprints

Model Description

Predicts and shows fingerprints for chemical reactions

Slug

rxn-fingerprint

Tag

Fingerprint, Chemical Reactions Maps

Publication

https://chemrxiv.org/engage/chemrxiv/article-details/60c753a0bdbb89acf8a3a4b5

Source Code

https://github.com/rxn4chemistry/rxnfp/tree/master/

License

MIT

GemmaTuron commented 1 year ago

/approve

github-actions[bot] commented 1 year ago

New Model Repository Created! 🎉

@samuelmaina ersilia model respository has been successfully created and is available at:

🔗 ersilia-os/eos6aun

Next Steps ⭐

Now that your new model respository has been created, you are ready to start contributing to it!

Here are some brief starter steps for contributing to your new model repository:

Note: Many of the bullet points below will have extra links if this is your first time contributing to a GitHub repository

Additional Resources 📚

If you have any questions, please feel free to open an issue and get support from the community!

samuelmaina commented 1 year ago

Hi @GemmaTuron , I was able to solve the issue and run the model in cli and the output are eos6aun_output.csv. I have created a pull request at https://github.com/ersilia-os/eos6aun/pull/1. The issue was each input smiles was producing an array of floats but I had set the output as Float in the services.py. I think there should error notifications for incompatible inputs or outputs.