wwpdb.apps.ccmodule 0.32.2__tar.gz → 0.32.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/PKG-INFO +1 -1
  2. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/__init__.py +1 -1
  3. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/chem/ChemCompAssignDepict.py +1 -0
  4. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb.apps.ccmodule.egg-info/PKG-INFO +1 -1
  5. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/README.md +0 -0
  6. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/setup.cfg +0 -0
  7. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/setup.py +0 -0
  8. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/__init__.py +0 -0
  9. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/__init__.py +0 -0
  10. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/chem/ChemCompAnnotate.py +0 -0
  11. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/chem/ChemCompAssign.py +0 -0
  12. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/chem/ChemCompAssignDepictLite.py +0 -0
  13. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/chem/PdbxChemCompAssign.py +0 -0
  14. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/chem/__init__.py +0 -0
  15. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/depict/ChemCompDepict.py +0 -0
  16. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/depict/__init__.py +0 -0
  17. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/extract/__init__.py +0 -0
  18. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/extract/ccOps.py +0 -0
  19. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/io/ChemCompAssignDataStore.py +0 -0
  20. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/io/ChemCompDataExport.py +0 -0
  21. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/io/ChemCompDataImport.py +0 -0
  22. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/io/ChemCompEditStore.py +0 -0
  23. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/io/ChemCompIo.py +0 -0
  24. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/io/__init__.py +0 -0
  25. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/reports/ChemCompAlignImageGenerator.py +0 -0
  26. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/reports/ChemCompAlignImages.py +0 -0
  27. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/reports/ChemCompBigAlignImages.py +0 -0
  28. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/reports/ChemCompGenImage.py +0 -0
  29. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/reports/ChemCompReports.py +0 -0
  30. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/reports/InstanceDataGenerator.py +0 -0
  31. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/reports/__init__.py +0 -0
  32. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/search/ChemCompSearch.py +0 -0
  33. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/search/ChemCompSearchDb.py +0 -0
  34. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/search/ChemCompSearchDbDepict.py +0 -0
  35. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/search/ChemCompSearchDepict.py +0 -0
  36. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/search/DbSession.py +0 -0
  37. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/search/__init__.py +0 -0
  38. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/sketch/ChemCompSketch.py +0 -0
  39. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/sketch/ChemCompSketchDepict.py +0 -0
  40. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/sketch/__init__.py +0 -0
  41. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/utils/ChemCompConfig.py +0 -0
  42. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/utils/ChemCompDpUtility.py +0 -0
  43. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/utils/ChemCompWFInterface.py +0 -0
  44. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/utils/Exceptions.py +0 -0
  45. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/utils/LigandAnalysisState.py +0 -0
  46. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/utils/__init__.py +0 -0
  47. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/view/ChemCompView.py +0 -0
  48. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/view/ChemCompViewDepict.py +0 -0
  49. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/view/__init__.py +0 -0
  50. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/webapp/ChemCompWebApp.py +0 -0
  51. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/webapp/ChemCompWebAppLite.py +0 -0
  52. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/webapp/__init__.py +0 -0
  53. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb/apps/ccmodule/webapp/wsgi.py +0 -0
  54. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb.apps.ccmodule.egg-info/SOURCES.txt +0 -0
  55. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb.apps.ccmodule.egg-info/dependency_links.txt +0 -0
  56. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb.apps.ccmodule.egg-info/not-zip-safe +0 -0
  57. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb.apps.ccmodule.egg-info/requires.txt +0 -0
  58. {wwpdb_apps_ccmodule-0.32.2 → wwpdb_apps_ccmodule-0.32.3}/wwpdb.apps.ccmodule.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wwpdb.apps.ccmodule
3
- Version: 0.32.2
3
+ Version: 0.32.3
4
4
  Summary: wwPDB workflow engine utils
5
5
  Home-page: https://github.com/rcsb/py-wwpdb_apps_wf_engine_utils
6
6
  Author: Ezra Peisach
@@ -3,4 +3,4 @@ __docformat__ = "restructuredtext en"
3
3
  __author__ = "Ezra Peisach"
4
4
  __email__ = "ezra.peisach@rcsb.org"
5
5
  __license__ = "Apache 2.0"
6
- __version__ = "0.32.2"
6
+ __version__ = "0.32.3"
@@ -1172,6 +1172,7 @@ class ChemCompAssignDepict(ChemCompDepict):
1172
1172
  countr += 1
1173
1173
  #
1174
1174
  if countr == 0:
1175
+ myD['candidate_ccid_with_status'] = "None"
1175
1176
  myD['candidate_ccid'] = "None"
1176
1177
  if self.__verbose:
1177
1178
  self.__lfh.write("+ChemCompAssignDepict.doRender_InstanceAssgnRows() candidate_ccid for %s set to 'None'\n" % instId)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: wwpdb.apps.ccmodule
3
- Version: 0.32.2
3
+ Version: 0.32.3
4
4
  Summary: wwPDB workflow engine utils
5
5
  Home-page: https://github.com/rcsb/py-wwpdb_apps_wf_engine_utils
6
6
  Author: Ezra Peisach