initial pass at adding avalon fps to cartridge. needs more testing

This commit is contained in:
Greg Landrum
2014-08-16 06:31:01 +02:00
parent 43c143ec24
commit d4fe3825b1
8 changed files with 116 additions and 4 deletions

View File

@@ -0,0 +1,3 @@
select tanimoto_sml(avalon_fp('c1ccccc1'::mol),avalon_fp('c1ccccc1'::mol));
select tanimoto_sml(avalon_fp('c1ccccc1'::mol),avalon_fp('c1ccccc1'::mol,true));
select tanimoto_sml(avalon_fp('c1ccccc1'::mol),avalon_fp('c1ccccn1'::mol));