User 2411c469fc
18-10-2006 15:07:31
Hi,
Can I create a No-Structure (using MarvinBeans.jar) and register it to JChem?
Thanks,
Yvonne
ChemAxon a3d59b832c
19-10-2006 11:26:20
Hi Yvonne,
Yes. You can just simply save an empty molecule. You can then import it into a JChem Base table, just make sure that the "Allow empty structures" check-box is set.
Best regards,
Szabolcs
User 2411c469fc
19-10-2006 14:11:19
Thanks for your reply. Here is some additional information: we are using JChem Cartridge 3.1.7.1. Structures are being stored in a BLOB field of an Oracle table. Is "allow empty structures" option available for this configuration? If so, how is this set?
Also, what is the definition of 'empty'? Does it mean NULL, or does it mean something like an MDL No-Structure (which is not considered NULL)?
Thanks,
Yvonne
ChemAxon aa7c50abf8
19-10-2006 14:33:28
"Empty" includes (but is not limited to) this structure:
| Code: |
Empty structure
0 0 0 0 0 0 999 V2000
M END
|
ChemAxon a3d59b832c
20-10-2006 08:06:20
In general, we treat all molecular files empty that has no atoms in it. (So, for example, an mrv with only graphical objects is also treated as an empty molecule.) As far as I am aware, no-structures created by ISIS/Draw also fall into this category.
To search for empty structures, you can use perfect search (
jc_equals()) or superstructure search (
jc_compare() with ´t:r´ option) with an empty molecule query.
ChemAxon aa7c50abf8
20-10-2006 11:55:49
Of course, NULLs are also accepted in molecular structures' columns and will not match for any query structure.