User 8fe567f87f
05-08-2011 16:45:46
working on linux system
after running setup jchem environment script
I can use chemaxon/jchem_releases/JChem_latest/bin/mview which is JChem_5_5_1_0 to view molecules. Which I have linked to command mview. Molecules are in SMILES representation and there is 10 of them.
Now I want to view molecules with my own generated properties; so I followed instructions on site and created a file with 10 SMILES in followed by their relevant properties in format:
c1ccccc1 10 20 394 39 19 28 1 1 2 1
c1ncccc1 30 27 49 12 38 29 3 2 1 2
etc this file was called fileof10molecules.smi
I wanted to view these molecules graphically with each of their properties in seperate fields.(molecules in same field, 10 and 30 in same field, 20 and 27 in same field...etc)
So I did command
mview -f "X:XY:XYZ:XYZA:A:AB:ABC:ABCD:ABCDE:ABCDEF" -c 11 fileof10molecules.smi
and the output is:
column # (a numbering column) column structure (has the correct structures in) column $Molname (A column which I do not want or need, but this column contains all the properties (30 27 49 ...) which I do need all space separated (these should be in there own relavant fields)) columnpropertyfield X (is all empty) columnpropertyfieldXY (is also empty) etc
I have also tried the same command on an SDF file format and the same mistakes happen. Is there some sought of delimiter I need in the file...I have tried tabs and commas both together and seperately and with and without spaces to no avail. I have looked at some pages on here which seem to suggest it should all work fine the way I am doing it.
Any help would be greatly appreciated. Hope you understand. Cheers Dan.