Hello,

I'd like to share with you my work involving PHP OpenBabel bindings:
baPHPel. Basically it's pybel for php, and was intended to be as close
API-wise as possible. So now you can do in php:

<?php
include 'baphpel.php';

$ligand = \baphpel\readstring('smi', 'CCCCCC');

foreach($ligands as $atom) {
echo $atom;
}

You can see the commit in
https://github.com/mwojcikowski/openbabel/commit/288011f9b0672fb53e83423235dfa87580be442b
There are few things missing which I intend to fix asap (mainly involving
forcefields and fingerprints) due to SWIG errors.

Any thoughts/ideas?
----
Pozdrawiam,  |  Best regards,
Maciek Wójcikowski
mac...@wojcikowski.pl
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
OpenBabel-discuss mailing list
OpenBabel-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-discuss

Reply via email to