Degiacomi-Lab / molearn

protein conformational spaces meet machine learning
https://degiacomi.org/software/molearn/
GNU General Public License v3.0
40 stars 11 forks source link

[JOSS] Paper #7

Closed RMeli closed 1 year ago

RMeli commented 1 year ago

Statement of need

I think the first paragraph could do with a few more relevant citations? For example the following sentences?

Is GNNs a common acronym for Generative Neural Networks? GNN is commonly used for Graph Neural Networks too, so it might cause some confusion. (Even if it is defined in the text, I kept reading it in my head as Graph Neural Networks.)

Suggested changes:

-The issue is that developing an Machine Learning model to study biomolecular dynamics is a lengthy process.
+The issue is that developing a Machine Learning model to study biomolecular dynamics is a lengthy process.
-Here we present molearn, a Python framework facilitating the implementation of generative neural networks learning protein conformational spaces from examples obtained via experiments or MD simulations.
+Here we present molearn, a Python framework facilitating the implementation of GNNs learning protein conformational spaces from examples obtained via experiments or MD simulations.

Usage

Suggested change:

-Results obtainable via `molearn` are exemplified in [@Ramaswamy2021].
+Results obtainable via `molearn` are exemplified in @Ramaswamy2021.

Citations

Should citations for the following dependencies (listed in the README.md) be added to the paper?

@inproceedings{gowers2016mdanalysis, title={MDAnalysis: a Python package for the rapid analysis of molecular dynamics simulations}, author={Gowers, Richard J and Linke, Max and Barnoud, Jonathan and Reddy, Tyler JE and Melo, Manuel N and Seyler, Sean L and Domanski, Jan and Dotson, David L and Buchoux, S{\'e}bastien and Kenney, Ian M and others}, booktitle={Proceedings of the 15th python in science conference}, volume={98}, pages={105}, year={2016}, organization={SciPy Austin, TX} }



(On this note, is NGLview missing from the list of GUI dependencies in the `README.md`?)

---

https://github.com/openjournals/joss-reviews/issues/5523
degiacom commented 1 year ago

Thank you for your feedback, here is a summary of the changes made to the paper and README.md:

RMeli commented 1 year ago

Thanks @degiacom, LGTM!