Commit Graph

25 Commits

Author SHA1 Message Date
Brian Kelley
e54601c456 Updates python test runner to always use sys.executable (#1721) 2018-01-27 08:14:21 +01:00
gedeck
e9af48ffd7 Issue1071/yapf (#1078)
* Issue #1071: add yapf configuration file

* yapf formatting of Code directory

* yapf formatting of Contrib directory

* yapf formatting of Data directory

* yapf formatting of Docs directory

* yapf formatting of External directory

* yapf formatting of Projects directory

* yapf formatting of Regress directory

* yapf formatting of Scripts directory

* yapf formatting of Web directory

* yapf formatting of rdkit directory
2016-09-23 04:58:46 +02:00
Greg Landrum
14558020c2 get the DbCLI tests working on windows 2015-10-26 07:25:11 +01:00
Greg Landrum
5710e90943 really fix the python2 problems this time? 2014-06-25 05:04:30 +02:00
Greg Landrum
91f3076f3a clean up another batch of missed ResourceWarnings 2014-06-25 04:33:52 +02:00
Greg Landrum
47931754da fix DbCLI tests; includes fixing the pickling of SparseIntVects 2014-06-24 07:17:12 +02:00
Riccardo Vianello
3358ec5925 initial set of changes introducing python3 support 2014-06-17 18:26:41 +02:00
Greg Landrum
2659c929b5 Fixes #197 2014-01-16 07:36:24 -05:00
Greg Landrum
158c9b9e45 Fixes #136 2013-10-21 05:55:42 +02:00
Greg Landrum
59bbc60378 fix a bug with negation of the queries 2010-11-16 05:26:27 +00:00
Greg Landrum
a67853445d switch to using integer primary keys in the db 2009-07-29 05:08:23 +00:00
Greg Landrum
d648ffba08 rearrange fingerprint generation 2009-07-13 11:50:48 +00:00
Greg Landrum
40e6d352dc ongoing improvements 2009-07-13 08:55:01 +00:00
Greg Landrum
4323696481 cleaning up the DbCLI code 2009-07-09 04:29:12 +00:00
Greg Landrum
f9c716684b robustify w.r.t. sqlalchemy 2009-06-27 15:40:10 +00:00
Greg Landrum
33e7be513d we're going to call the package rdkit, not pyRDKit 2009-01-26 20:08:53 +00:00
Greg Landrum
d7e924456e update 2009-01-25 12:32:16 +00:00
Greg Landrum
93414b25ca update test 2008-06-11 09:09:51 +00:00
Greg Landrum
d0f518ec56 make the old fingerprints optional (and better supported) in the DbCLI stuff
continuing update of documentation
2008-05-15 04:33:40 +00:00
Greg Landrum
554a58fa7a windows-proofing 2008-02-13 18:09:47 +00:00
Greg Landrum
f2ce922bd0 add --noSmiles option to speed things up (optionally, of course)
add --maxRowsCached option for dealing with larger data sets.
change default dbDir in search script.
2007-12-03 21:18:12 +00:00
Greg Landrum
afcc4c602d add smilesOut option 2007-11-23 15:29:50 +00:00
Greg Landrum
522bdada01 move most of the SDSearch functionality into SearchDb.py.
This can now to property- and/or substructure-driven searches
2007-10-27 08:10:54 +00:00
Greg Landrum
f889ab80d7 grn, fix another typo 2007-10-06 03:42:59 +00:00
Greg Landrum
ab67c1e1e0 set up testing, some cleanups 2007-10-05 05:21:53 +00:00