From ec2e204fe2fd97cdbb759d0a7e8eea92bfbeb940 Mon Sep 17 00:00:00 2001 From: Greg Landrum Date: Sun, 6 Nov 2016 14:22:29 +0100 Subject: [PATCH] more cartridge doc updates --- Docs/Book/Cartridge.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Book/Cartridge.md b/Docs/Book/Cartridge.md index ff5f05441..8263d8525 100644 --- a/Docs/Book/Cartridge.md +++ b/Docs/Book/Cartridge.md @@ -620,6 +620,7 @@ There are additional operators defined in the cartridge, but these are used for - substruct(mol,mol) : returns whether or not the second mol is a substructure of the first. - substruct\_count(mol,mol,bool default true) : returns the number of substructure matches between the second molecule and the first. The third argument toggles whether or not the matches are uniquified. (*available from 2013\_03 release*) +- mol_adjust_query_properties(mol,string default '') : returns a new molecule with additional query information attached. (*available from the 2016\_09 release*) ##### Descriptors