Update README.md#162
Conversation
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
| From conda-forge (note the package name is `lomap2`): | ||
|
|
||
| ```bash | ||
| conda install -c conda-forge lomap2 |
There was a problem hiding this comment.
I think its common for people to use mamba now as well so maybe include that in the readme?
| @@ -2,112 +2,77 @@ | |||
| [](https://lomap.readthedocs.io/en/latest/?badge=latest) | |||
| [](https://doi.org/10.5281/zenodo.16898468) | |||
There was a problem hiding this comment.
Update the pointer to the newest version?
There was a problem hiding this comment.
Changed this!
|
|
||
| See [AUTHORS.md](https://github.com/OpenFreeEnergy/Lomap/blob/main/AUTHORS.md) | ||
|
|
||
| The Lead Optimization Mapper (LOMAP) is an automated algorithm for planning |
There was a problem hiding this comment.
Link to the paper for more details on the method as its missing from the docs landing padge.
There was a problem hiding this comment.
Added this below!
|
|
||
| ```bash | ||
| conda install -c conda-forge gufe | ||
| ``` |
There was a problem hiding this comment.
An extra section on the pygraphviz stuff?
There was a problem hiding this comment.
Added this below!
jthorton
left a comment
There was a problem hiding this comment.
A couple of small things but I'll approve early!
Co-authored-by: Josh Horton <joshua.horton@openforcefield.org>
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
IAlibay
left a comment
There was a problem hiding this comment.
Apologies, it looks like my view here might clash with others. Maybe something to discuss offline?
|
|
||
| ## Installation | ||
|
|
||
| ### Latest Release |
There was a problem hiding this comment.
Could we just point to the install docs here? It would avoid any issues where we update one but not the other.
There was a problem hiding this comment.
Pointing to the install docs now!
| ` | ||
| lomap test/basic/ | ||
| ` | ||
| ### gufe |
There was a problem hiding this comment.
Following up on the above, all the optional install stuff is already on the install page of the docs, so maybe you can mention there being optional deps when linking, but I wouldn't give any install details.
There was a problem hiding this comment.
Removed this!
| print(f"{len(network.nodes)} ligands, {len(network.edges)} edges") | ||
| ``` | ||
|
|
||
| ## Deprecated APIs |
There was a problem hiding this comment.
This isn't something folks usually do. I would say it's best not to include this section.
There was a problem hiding this comment.
Removed this!
|
|
||
| # Generate the NetworkX graph and output the results | ||
| nx_graph = db_mol.build_graph() | ||
| Quickstart |
There was a problem hiding this comment.
That's fine to have, just missing a comment about needing the gufe optional install.
I ended up removing a lot, linking to the docs for more details. Please let me know what you think!