Skip to content

Instantly share code, notes, and snippets.

@olas
Created April 15, 2009 14:09
Show Gist options
  • Save olas/95790 to your computer and use it in GitHub Desktop.
Save olas/95790 to your computer and use it in GitHub Desktop.
Basic manipulation of multiple mols
//Demonstrates basic manipulation of multiple molecules in Bioclipse
//Requires sample data installed in default location
mols=cdk.loadMolecules("/Sample Data/SDF/Fragments2.sdf")
mols.size()
mol=mols.get(3)
cdk.calculateSMILES(mols.get(4))
ui.open(mols)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment