Hi, I am using pybel module in my python script to just display all the atom types. Below is simple script:
import pybel
lig="4J83_A.sdf"
for mol in pybel.readfile('sdf',lig):
for atom in mol :
print (atom.atomicnum, atom.type, atom.coords,atom.idx,atom.vector)
When I look at the output all the Hydrogens attached to N is also written as HC
instead of HN. Am I missing something here? Please let me know If there is
something wrong here.
Thanks,
Yatish
4J83_A.sdf
Description: 4J83_A.sdf
------------------------------------------------------------------------------ What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic patterns at an interface-level. Reveals which users, apps, and protocols are consuming the most bandwidth. Provides multi-vendor support for NetFlow, J-Flow, sFlow and other flows. Make informed decisions using capacity planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________ OpenBabel-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openbabel-discuss
