User b22f714996
20-05-2005 06:59:51
Hello...
I have (again) a short and simple question.
I would like to generate a PDB from a SMILES. I know there exists the molconvert command-line tool and I used this to generate the PDB:
Now I would like to generate the PDB using the MolConverter class in your API. Therefore I have to specify the format. What is the syntax for that?
Thanks a lot for your help,
tobias
I have (again) a short and simple question.
I would like to generate a PDB from a SMILES. I know there exists the molconvert command-line tool and I used this to generate the PDB:
Code: |
molconvert -3:S{fast} pdb test.smi -o test.pdb |
Now I would like to generate the PDB using the MolConverter class in your API. Therefore I have to specify the format. What is the syntax for that?
Thanks a lot for your help,
tobias