User 870ab5b546
01-08-2007 15:14:16
Query:
Target:
The query is not found in the target. Why not? Does not H count as "any" atom?
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3 a4 a5 a6 a7" elementType="P C H C C C C" mrvQueryProps="0 0 0 A: 0 0 0" x2="-7.241320687437101 -5.907641565609065 -5.90671259150665 -4.818697122581782 -7.241320687437101 -8.728846459922266 -7.6399020168949825" y2="1.9366666269302368 1.1666666269302368 -0.37333309287724314 2.25561106995752 3.476666626930237 2.335247956388119 0.40114349898395085" /> <bondArray> <bond atomRefs2="a1 a7" order="1" /> <bond atomRefs2="a1 a5" order="1" /> <bond atomRefs2="a1 a2" order="2" /> <bond atomRefs2="a1 a6" order="1" /> <bond atomRefs2="a2 a4" order="1" /> <bond atomRefs2="a2 a3" order="1" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |
Target:
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3 a4 a5 a6 a7" elementType="P C H H C C C" x2="-7.241320687437101 -5.907641565609065 -5.90671259150665 -4.818697122581782 -7.241320687437101 -8.728846459922266 -7.6399020168949825" y2="1.9366666269302368 1.1666666269302368 -0.37333309287724314 2.25561106995752 3.476666626930237 2.335247956388119 0.40114349898395085" /> <bondArray> <bond atomRefs2="a1 a7" order="1" /> <bond atomRefs2="a1 a5" order="1" /> <bond atomRefs2="a1 a2" order="2" /> <bond atomRefs2="a1 a6" order="1" /> <bond atomRefs2="a2 a4" order="1" /> <bond atomRefs2="a2 a3" order="1" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |
The query is not found in the target. Why not? Does not H count as "any" atom?