From 2aedb4c77740cda0eb30db47e3fd409e352dad79 Mon Sep 17 00:00:00 2001 From: Greg Landrum Date: Thu, 28 Mar 2013 15:08:42 +0000 Subject: [PATCH] switching to an SSS fp size of 2048; this helps a lot with ChEMBL queries --- Code/PgSQL/rdkit/adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/PgSQL/rdkit/adapter.cpp b/Code/PgSQL/rdkit/adapter.cpp index 886948e78..f330a5766 100644 --- a/Code/PgSQL/rdkit/adapter.cpp +++ b/Code/PgSQL/rdkit/adapter.cpp @@ -53,7 +53,7 @@ using namespace std; using namespace RDKit; -const unsigned int SSS_FP_SIZE=1024; +const unsigned int SSS_FP_SIZE=2048; const unsigned int LAYERED_FP_SIZE=1024; const unsigned int MORGAN_FP_SIZE=512; const unsigned int HASHED_TORSION_FP_SIZE=1024;