This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Jan 12 08:57:11 -0800 2009 | |
| |
LICENSE.txt | Sat Jan 10 23:44:43 -0800 2009 | |
| |
README | Mon Jan 19 07:15:01 -0800 2009 | |
| |
build.xml | Mon Jan 19 00:13:24 -0800 2009 | |
| |
config.xml | Mon Jan 12 23:33:24 -0800 2009 | |
| |
data/ | Wed Jan 21 08:57:45 -0800 2009 | |
| |
fingerprint-config.xml | Sat Jan 17 18:58:03 -0800 2009 | |
| |
isomorph-config.xml | Sat Jan 17 18:05:35 -0800 2009 | |
| |
lib/ | Mon Jan 19 00:13:24 -0800 2009 | |
| |
mx-cdk-ring.xml | Wed Jan 21 08:57:45 -0800 2009 | |
| |
mx-cdk-sdf.xml | Mon Jan 19 00:33:29 -0800 2009 | |
| |
resources/ | Wed Jan 21 09:02:40 -0800 2009 | |
| |
smarts-parse-config.xml | Sat Jan 17 17:57:04 -0800 2009 | |
| |
smiles-parse-config.xml | Sat Jan 17 17:57:04 -0800 2009 | |
| |
src/ |
README
Cheminformatics Benchmark Toolkit --------------------------------- Why? Because we want to: 1. measure if a patch improves performance 2. compare cheminformatics toolkits Project ------- This is an open project, and anyone can contribute or patch the tests, in order to attempt to create a balanced and fair test suite impartial to the toolkit being tested. Versioning ---------- When reporting results for a toolkit for a test, always report the version of ChemInfBenchmark release, as well as the test number as listed below. The tests --------- Toolkits should always to the bare minimum; any extra things will only make the outcome unfavourable, but toolkits may do that if they wish. 1. Convert an SD file to XYZ 2. Calculate the molecular mass of the entries in an SD file 3. Convert an SD file to CML 2.5 4. Perform a substructure match on all of the entries in an SD file 5. Parse a collection of SMILES - this will be a measure of performance and completeness 6. Detect rings in a collection of molecules. 7. Parse (not perform the search) for a collection of SMARTS patterns - this will be a measure of performance and completeness Running tests ------------- Each test is run via a configure file. A test can be run by $ ant -Dconfig=test-config.xml run








