Trees | Indices | Help |
|
---|
|
Classes for reading and writing Glide XP Descriptor (.xpdes) files.
Copyright Schrodinger LLC. All rights reserved.
|
|||
_XpDesBlock | |||
XpDesReader Class for parsing XP descriptor (.xpdes) files Written by Rajorshi Biswas Original version was not parsing the first line correctly (it was assuing the title is an integer). |
|||
XpDesWriter | |||
XpParser Class for parsing XP descriptor (.xpdes) files Written by Rajorshi Biswas Original version was not parsing the first line correctly (it was assuing the title is an integer). |
|||
TermKeywords XP-descriptor term keywords. |
|||
XpPVParser Class for parsing a PV file with XP-descriptor information |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__doc__ =
|
|||
_GLIDE_TERM_NAMES =
|
|||
_ALL_BLOCKS =
|
|||
logger = log.get_output_logger("xpdes.py")
|
|||
__package__ =
|
|
Returns the ligand indices of the Phob_pack indices data row. The Phob_pack data block contains a row of indices containing [pack value, number of ligand indices, number of protein indices, lig_0, lig_1, lig_2, ..., prot_0, prot_1, prot_2, ...] Note that indices in this data block are zero based, and are incremented here for use in ct atom index access. @param data_row: second row in the Phob_pack data block @type data_row: list of int @return: ligand indices in the Phob_pack data block @rtype: list of int |
|
__doc__
|
_GLIDE_TERM_NAMES
|
_ALL_BLOCKS
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:23 2016 | http://epydoc.sourceforge.net |