User 5095fcb72d
02-04-2008 21:53:32
Hi all,
I am a bit confused about jcsearch's behaviour when I search for molecules in a database. If I search for multiple structures against a smiles file I get all the results I expect, but if I search against a database table I only get the first molecule in the file.
An example of my output is below:
From Smiles:
jcsearch -q test.smi test.smi --or -t:e -f :TName
CID000000003
CID000000004
CID000000005
CID000000006
CID000000007
CID000000008
CID000000009
CID000000010
CID000000011
From Database:
jcsearch -q test.smi DB:stitch_compounds --or -t:e -f :TChemical
CID000000003
The only difference is where I am searching (the DB contains the same compounds as test.smi)
Any ideas on where I am going wrong?
Thanks :)
Iain
I am a bit confused about jcsearch's behaviour when I search for molecules in a database. If I search for multiple structures against a smiles file I get all the results I expect, but if I search against a database table I only get the first molecule in the file.
An example of my output is below:
From Smiles:
jcsearch -q test.smi test.smi --or -t:e -f :TName
CID000000003
CID000000004
CID000000005
CID000000006
CID000000007
CID000000008
CID000000009
CID000000010
CID000000011
From Database:
jcsearch -q test.smi DB:stitch_compounds --or -t:e -f :TChemical
CID000000003
The only difference is where I am searching (the DB contains the same compounds as test.smi)
Any ideas on where I am going wrong?
Thanks :)
Iain