| Trees | Indices | Help |
|
|---|
|
|
utility functionality for fingerprinting sets of molecules includes a command line app for working with fingerprints and databases Sample Usage: python FingerprintMols.py -d data.gdb -t 'raw_dop_data' --smilesName="Structure" --idName="Mol_ID" --outTable="daylight_sig"
|
|||
|
FingerprinterDetails class for storing the details of a fingerprinting run,... |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_cvsVersion =
|
|||
idx1 = 4
|
|||
idx2 = 58
|
|||
__VERSION_STRING =
|
|||
_usageDoc =
|
|||
|
|||
fpArgs are passed as keyword arguments to the fingerprinter Returns a list of 2-tuples: (id,fp) |
fpArgs are passed as keyword arguments to the fingerprinter Returns a list of 2-tuples: (id,fp) |
prints a usage string and exits |
parses the command line arguments and returns a
_FingerprinterDetails_ instance with the results.
**Note**:
- If you make modifications here, please update the global
_usageDoc string so the Usage message is up to date.
- This routine is used by both the fingerprinter, the clusterer and the
screener; not all arguments make sense for all applications.
|
|
|||
_cvsVersion
|
__VERSION_STRING
|
_usageDoc
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Sat May 24 08:37:01 2008 | http://epydoc.sourceforge.net |