Skip to content

Instantly share code, notes, and snippets.

Created December 31, 2008 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/41977 to your computer and use it in GitHub Desktop.
Save anonymous/41977 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<plugin>
<meta>
<author>Noel M. O'Boyle</author>
<description lang="en">
Takes an image of a molecule from the clipboard (you need to copy
it there first), converts it using OASA (you need to install OASA
and set the environment variable OASA to point to the executable),
and pastes the resulting chemical structure into BKChem.
</description>
</meta>
<source>
<file>convert_clipboard_image.py</file>
<menu-text lang="en">Paste and Convert Image</menu-text>
</source>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment