Skip to content

Update README.md#162

Merged
hannahbaumann merged 7 commits into
mainfrom
update-readme
Jun 15, 2026
Merged

Update README.md#162
hannahbaumann merged 7 commits into
mainfrom
update-readme

Conversation

@hannahbaumann

Copy link
Copy Markdown
Contributor

I ended up removing a lot, linking to the docs for more details. Please let me know what you think!

@hannahbaumann

Copy link
Copy Markdown
Contributor Author

pre-commit.ci autofix

@hannahbaumann hannahbaumann requested a review from IAlibay June 12, 2026 13:18
@hannahbaumann hannahbaumann requested a review from jthorton June 12, 2026 13:18
@hannahbaumann hannahbaumann linked an issue Jun 12, 2026 that may be closed by this pull request
Comment thread README.md Outdated
From conda-forge (note the package name is `lomap2`):

```bash
conda install -c conda-forge lomap2

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think its common for people to use mamba now as well so maybe include that in the readme?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added!

Comment thread README.md Outdated
@@ -2,112 +2,77 @@
[![Documentation Status](https://readthedocs.org/projects/lomap/badge/?version=latest)](https://lomap.readthedocs.io/en/latest/?badge=latest)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8344248.svg)](https://doi.org/10.5281/zenodo.16898468)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update the pointer to the newest version?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed this!

Comment thread README.md

See [AUTHORS.md](https://github.com/OpenFreeEnergy/Lomap/blob/main/AUTHORS.md)

The Lead Optimization Mapper (LOMAP) is an automated algorithm for planning

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link to the paper for more details on the method as its missing from the docs landing padge.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this below!

Comment thread README.md Outdated
Comment thread README.md Outdated

```bash
conda install -c conda-forge gufe
```

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An extra section on the pygraphviz stuff?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this below!

@jthorton jthorton left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of small things but I'll approve early!

hannahbaumann and others added 2 commits June 12, 2026 16:58
Co-authored-by: Josh Horton <joshua.horton@openforcefield.org>
@hannahbaumann

Copy link
Copy Markdown
Contributor Author

pre-commit.ci autofix

@IAlibay IAlibay left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies, it looks like my view here might clash with others. Maybe something to discuss offline?

Comment thread README.md Outdated

## Installation

### Latest Release

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we just point to the install docs here? It would avoid any issues where we update one but not the other.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pointing to the install docs now!

Comment thread README.md Outdated
`
lomap test/basic/
`
### gufe

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this!

Comment thread README.md Outdated
print(f"{len(network.nodes)} ligands, {len(network.edges)} edges")
```

## Deprecated APIs

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't something folks usually do. I would say it's best not to include this section.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed this!

Comment thread README.md Outdated

# Generate the NetworkX graph and output the results
nx_graph = db_mol.build_graph()
Quickstart

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's fine to have, just missing a comment about needing the gufe optional install.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added this!

@hannahbaumann hannahbaumann requested a review from IAlibay June 15, 2026 09:31

@IAlibay IAlibay left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@hannahbaumann hannahbaumann merged commit 5a2684a into main Jun 15, 2026
12 checks passed
@hannahbaumann hannahbaumann deleted the update-readme branch June 15, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Clean up / update the README

3 participants