A class to hold the names of structure files.
|
__init__(self,
ligs=[],
count=None)
Initialize the object with a list of ligand files. |
|
|
|
check(self)
Make sure all files in the list exist. |
|
|
|
|
|
__str__(self)
Return a string representation of the object. |
|
|
|
setData(self,
ligfiles,
count=None)
Replace the list of ligand files with ligfiles . |
|
|
|
addData(self,
filename,
count=None)
Adds a single ligand file name to the stored list of files. |
|
|
|
getFiles(self)
Return the list of ligand file names after checking that all of them
exist via the check method. |
|
|
|
isFilled(self)
Check whether the object is used or empty. |
|
|
|
getCount(self)
Return the number of items in this object. |
|
|
|
count(self)
Return the number of structures in the set. |
|
|