.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.38.2. .TH RDKIT2FPS "1" "June 2012" "rdkit2fps 1.0" "User Commands" .SH NAME rdkit2fps \- rdkit2fps .SH DESCRIPTION usage: rdkit2fps [\-h] [\-\-RDK] [\-\-fpSize INT] [\-\-minPath INT] [\-\-maxPath INT] .IP [\-\-nBitsPerHash INT] [\-\-useHs USEHS] [\-\-maccs166] [\-\-substruct] [\-\-rdmaccs] [\-\-id\-tag NAME] [\-\-in FORMAT] [\-o FILENAME] [\-\-errors {strict,report,ignore}] [filenames [filenames ...]] .PP Generate FPS fingerprints from a structure file using RDKit .SS "positional arguments:" .TP filenames input structure files (default is stdin) .SS "optional arguments:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-id\-tag\fR NAME tag name containing the record id (SD files only) .TP \fB\-\-in\fR FORMAT input structure format (default guesses from filename) .TP \fB\-o\fR FILENAME, \fB\-\-output\fR FILENAME save the fingerprints to FILENAME (default=stdout) .TP \fB\-\-errors\fR {strict,report,ignore} how should structure parse errors be handled? (default=strict) .SS "RDKit topological fingerprints:" .TP \fB\-\-RDK\fR generate RDK fingerprints (default) .TP \fB\-\-fpSize\fR INT number of bits in the fingerprint (default=2048) .TP \fB\-\-minPath\fR INT minimum number of bonds to include in the subgraphs (default=1) .TP \fB\-\-maxPath\fR INT maximum number of bonds to include in the subgraphs (default=7) .TP \fB\-\-nBitsPerHash\fR INT number of bits to set per path (default=4) .TP \fB\-\-useHs\fR USEHS information about the number of hydrogens on each atom .SS "166 bit MACCS substructure keys:" .TP \fB\-\-maccs166\fR generate MACCS fingerprints .SS "881 bit substructure keys:" .TP \fB\-\-substruct\fR generate ChemFP substructure fingerprints .SS "ChemFP version of the 166 bit RDKit/MACCS keys:" .TP \fB\-\-rdmaccs\fR generate 166 bit RDKit/MACCS fingerprints .PP This program guesses the input structure format based on the filename extension. If the data comes from stdin, or the extension name us unknown, then use "\-\-in" to change the default input format. The supported format extensions are: .TP File Type Valid FORMATs (use gz if compressed) .HP \fB\-\-\-\-\-\-\-\-\-\fR \fB\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\fR .TP SMILES smi, ism, can, smi.gz, ism.gz, can.gz .TP SDF sdf, mol, sd, mdl, sdf.gz, mol.gz, sd.gz, mdl.gz