Skip to content

Instantly share code, notes, and snippets.

@egonw
Created August 6, 2009 12:42
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 egonw/163281 to your computer and use it in GitHub Desktop.
Save egonw/163281 to your computer and use it in GitHub Desktop.
// downloading as IMolecule or List<IMolecule>
mol = pubchem.download(176)
mols = pubchem.download(pubchem.search("HIV"))
// download as String
mol = cdk.fromString(pubchem.downloadAsString(176))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment