I've been playing around with the open babel python command line now and have
been able to generate the Tanimoto coefficient for one molecule compared
against all molecules in my set, however can't figure out how to generate
the all-by-all comparison.
This is what I am inputting:
obab
Hi
I try to convert this SMILES string into a png file but openbabel (2.3.2
Linux 64bits) never stops and produces nothing.
CC(=O)N[C@@H]1[C@@H](O)[C@H](O)[C@@H](CO)O[C@@H]1O[C@@H]1[C@@H](O)[C@H](O)[C@@H](O)[C@@H](O)[C@H]1OP([O-])(=O)OCC(COC(*)=O)OC(*)=O
babel -ismiles SMILES_FILE -p 7.3 -opng
Dear OpenBabel discussion forum,
I would like to raise two questions:
1) I would like to generate 3D structures from a smiles input - but when
I try creating imidazole with "Generate 3D coordinates" ticked:
c1cnc[nH]1
I only get the attached awkward 3D sdf.
The error is reproducable with OpenB
On Tue, Oct 20, 2015 at 6:52 AM, Sebastien Moretti <
sebastien.more...@unil.ch> wrote:
> Hi
>
> I try to convert this SMILES string into a png file but openbabel (2.3.2
> Linux 64bits) never stops and produces nothing.
>
> CC(=O)N[C@@H]1[C@@H](O)[C@H](O)[C@@H](CO)O[C@@H]1O[C@@H]1[C@@H](O)[C@H
> ](
Hi,
Check out chemfp. It can do efficient all-by-all similarity calculations.
http://chemfp.com/
You can read about NxN searches here:
https://chemfp.readthedocs.org/en/latest/using-tools.html#nxn-self-similar-searches
On 10/21/2015 09:05 AM, seanph16 wrote:
> I've been playing around with the o