From fe654c9b656d2a78c823671476ebef36c31946b7 Mon Sep 17 00:00:00 2001 From: Jackson Burns <33505528+JacksonBurns@users.noreply.github.com> Date: Wed, 15 Mar 2023 13:39:22 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bd5f7f7..9b2e0e3 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,9 @@ Arguments: - wildcard_radicals (bool, optional): Output radicals as wildcards. Defaults to False. - jar_fpath (str, optional): Filepath to OPSIN jar file. Defaults to "opsin-cli.jar" which is distributed with py2opsin. +## Examples + - Jeremy Monat's ([@bertiewooster](https://github.com/bertiewooster)) fantastic [blog post](https://bertiewooster.github.io/2023/03/10/Revisiting-a-Classic-Cheminformatics-Paper-The-Wiener-Index.html) using `py2opsin` to help explore the Wiender Index by enabling translation from IUPAC names into molecules directly from the original paper. + ## Online Documentation [Click here to read the documentation](https://JacksonBurns.github.io/py2opsin/)