Skip to content

Commit

Permalink
Created a data set directly from the mols
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw committed Aug 11, 2012
1 parent 58fdac0 commit 438b025
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -193,8 +193,7 @@ CDKMolecule.INCHI_OBJECT, new InChI(
molecules.add(cdk.fromSMILES("COC"));
molecules.add(cdk.fromSMILES("CNC"));

String uriString = opentox.createDataset(TEST_SERVER_OT);
opentox.addMolecules(uriString, molecules);
String uriString = opentox.createDataset(TEST_SERVER_OT, molecules);

// now do the testing
List<String> compounds = opentox.listCompounds(uriString);
Expand Down

0 comments on commit 438b025

Please sign in to comment.