brain-research / deep-molecular-massspec

Mass Spectrometry for Small Molecules using Deep Learning
Apache License 2.0
111 stars 41 forks source link

feature request: documentation improvements #13

Closed curt-f closed 4 years ago

curt-f commented 4 years ago

I got the pre-trained model to predict spectra!

This package seems to require absl-py installable with pip, as well as specific versions of tensorflow such as tensorflow=1.13.2, and matplotlib.

Very minor suggested tweak to README.md:

Most of the packages required here can be installed with conda install tensorflow=1.13.2 rdkit matplotlib and pip install abls-py.

jnwei-zz commented 4 years ago

Thanks for the suggestion! Do you mind sending a PR and I can approve it?

jnwei-zz commented 4 years ago

Updated the docs accordingly. Thanks for the suggestion!