rcsb.exdb 1.33__tar.gz → 1.34__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 (96) hide show
  1. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/HISTORY.txt +1 -0
  2. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/PKG-INFO +1 -1
  3. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/pyproject.toml +1 -1
  4. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/PolymerEntityExtractor.py +3 -2
  5. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/.gitignore +0 -0
  6. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/LICENSE +0 -0
  7. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/README.md +0 -0
  8. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/__init__.py +0 -0
  9. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/__init__.py +0 -0
  10. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/branch/BranchedEntityExtractor.py +0 -0
  11. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/branch/GlycanProvider.py +0 -0
  12. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/branch/GlycanUtils.py +0 -0
  13. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/branch/__init__.py +0 -0
  14. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/chemref/ChemRefEtlWorker.py +0 -0
  15. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/chemref/ChemRefExtractor.py +0 -0
  16. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/chemref/ChemRefMappingProvider.py +0 -0
  17. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/chemref/PubChemDataCacheProvider.py +0 -0
  18. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/chemref/PubChemEtlWrapper.py +0 -0
  19. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/chemref/PubChemIndexCacheProvider.py +0 -0
  20. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/chemref/__init__.py +0 -0
  21. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/citation/CitationAdapter.py +0 -0
  22. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/citation/CitationExtractor.py +0 -0
  23. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/citation/CitationUtils.py +0 -0
  24. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/citation/__init__.py +0 -0
  25. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/cli/__init__.py +0 -0
  26. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/entry/EntryInfoProvider.py +0 -0
  27. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/entry/__init__.py +0 -0
  28. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/EntityInstanceExtractor.py +0 -0
  29. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/EntityPolymerExtractor.py +0 -0
  30. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/EntityPolymerExtractorFullTests.py +0 -0
  31. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/ReferenceSequenceAssignmentUpdater.py +0 -0
  32. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/ReferenceSequenceUtils.py +0 -0
  33. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/ReferenceSequenceUtilsTests.py +0 -0
  34. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/exampleObjectExtractor.py +0 -0
  35. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/fixtureEntityPolymerExtractor.py +0 -0
  36. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/testEntityInstanceExtractor.py +0 -0
  37. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/testEntityPolymerExtractor.py +0 -0
  38. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/testReferenceSequenceAssignmentUpdater.py +0 -0
  39. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/examples-seq/testReferenceSequenceUtils.py +0 -0
  40. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/AnnotationExtractor.py +0 -0
  41. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/LigandNeighborMappingExtractor.py +0 -0
  42. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/LigandNeighborMappingProvider.py +0 -0
  43. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/ReferenceSequenceAnnotationAdapter.py +0 -0
  44. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/ReferenceSequenceAnnotationProvider.py +0 -0
  45. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/ReferenceSequenceAssignmentAdapter.py +0 -0
  46. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/ReferenceSequenceAssignmentProvider.py +0 -0
  47. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/ReferenceSequenceCacheProvider.py +0 -0
  48. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/TaxonomyExtractor.py +0 -0
  49. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/UniProtCoreEtlWorker.py +0 -0
  50. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/UniProtExtractor.py +0 -0
  51. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/seq/__init__.py +0 -0
  52. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/__init__.py +0 -0
  53. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/fixtureDictMethodResourceProvider.py +0 -0
  54. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/fixturePdbxLoader.py +0 -0
  55. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testAnnotationExtractor.py +0 -0
  56. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testBranchedEntityExtractor.py +0 -0
  57. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testChemRefLoader.py +0 -0
  58. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testChemRefMappingProvider.py +0 -0
  59. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testCitationAdapter.py +0 -0
  60. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testCitationExtractor.py +0 -0
  61. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testCitationUtils.py +0 -0
  62. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testEntryInfoEtlWorkflow.py +0 -0
  63. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testEntryInfoProvider.py +0 -0
  64. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testGlycanEtlWorkflow.py +0 -0
  65. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testGlycanProvider.py +0 -0
  66. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testGlycanUtils.py +0 -0
  67. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testLigandNeighborMappingProvider.py +0 -0
  68. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testObjectExtractor.py +0 -0
  69. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testObjectTransformer.py +0 -0
  70. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testObjectUpdater.py +0 -0
  71. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testPolymerEntityExtractor.py +0 -0
  72. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testPubChemDataCacheProvider.py +0 -0
  73. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testPubChemEtlWorkflow.py +0 -0
  74. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testPubChemEtlWrapper.py +0 -0
  75. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testPubChemIndexCacheProvider.py +0 -0
  76. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testReferenceSequenceAnnotationAdapter.py +0 -0
  77. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testReferenceSequenceAssignmentAdapter.py +0 -0
  78. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testReferenceSequenceAssignmentAdapterValidate.py +0 -0
  79. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testReferenceSequenceAssignmentProvider.py +0 -0
  80. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testReferenceSequenceCacheProvider.py +0 -0
  81. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testTaxonomyExtractor.py +0 -0
  82. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testTreeNodeListWorker.py +0 -0
  83. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testUniProtCoreEtlWorker.py +0 -0
  84. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tests/testUniProtExtractor.py +0 -0
  85. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tree/TreeNodeListWorker.py +0 -0
  86. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/tree/__init__.py +0 -0
  87. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/utils/ObjectAdapterBase.py +0 -0
  88. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/utils/ObjectExtractor.py +0 -0
  89. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/utils/ObjectTransformer.py +0 -0
  90. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/utils/ObjectUpdater.py +0 -0
  91. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/utils/ObjectValidator.py +0 -0
  92. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/utils/__init__.py +0 -0
  93. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/wf/EntryInfoEtlWorkflow.py +0 -0
  94. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/wf/GlycanEtlWorkflow.py +0 -0
  95. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/wf/PubChemEtlWorkflow.py +0 -0
  96. {rcsb_exdb-1.33 → rcsb_exdb-1.34}/rcsb/exdb/wf/__init__.py +0 -0
@@ -115,3 +115,4 @@
115
115
  2-Dec-2025 V1.31 Switch to 'pyproject.toml' file and update test pipelines to python 3.12
116
116
  8-Dec-2025 V1.32 Correction to pyproject.toml
117
117
  6-Jan-2026 V1.33 Updates to TreeNodeListWorker to raise errors upon failures and allow for manual specification of tree lists to load
118
+ 2-Feb-2026 V1.34 Handle case of missing 'rcsb_entity_source_organism.source_type' in PolymerEntityExtractor
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rcsb.exdb
3
- Version: 1.33
3
+ Version: 1.34
4
4
  Summary: RCSB Python ExDB data extraction and loading workflows
5
5
  Project-URL: Homepage, https://github.com/rcsb/py-rcsb_exdb
6
6
  Author-email: John Westbrook <john.westbrook@rcsb.org>
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
5
5
  [project]
6
6
  name = "rcsb.exdb"
7
7
  description = "RCSB Python ExDB data extraction and loading workflows"
8
- version = "1.33"
8
+ version = "1.34"
9
9
  readme = "README.md"
10
10
  authors = [
11
11
  { name="John Westbrook", email="john.westbrook@rcsb.org" }
@@ -9,6 +9,7 @@
9
9
  # 9-Jan-2024 dwp Turn off use of uniprot_exdb DB for enriching protein entity details file (data not used)
10
10
  # 10-Dec-2024 dwp Sort extracted polymer entity sequence data by entity ID (alphabetically), to ensure consistent
11
11
  # ordering between coasts (order of sequence data influences results of mmseqs2 sequence searching)
12
+ # 2-Feb-2026 dwp Handle case of missing 'rcsb_entity_source_organism.source_type'
12
13
  #
13
14
  ##
14
15
  __docformat__ = "google en"
@@ -115,7 +116,7 @@ class PolymerEntityExtractor(object):
115
116
  begSeqNum = 1
116
117
  endSeqNum = seqLen
117
118
  srcId = tD["pdbx_src_id"]
118
- srcType = tD["source_type"]
119
+ srcType = tD["source_type"] if "source_type" in tD else None
119
120
  taxId = tD["ncbi_taxonomy_id"] if "ncbi_taxonomy_id" in tD else -1
120
121
  if srcName and taxId == -1:
121
122
  missingSrcD.setdefault(srcName, []).append(rId)
@@ -138,7 +139,7 @@ class PolymerEntityExtractor(object):
138
139
  pD = eD["rcsb_polymer_entity"]
139
140
  taxCount = pD["rcsb_source_taxonomy_count"]
140
141
  except Exception:
141
- if srcType == "synthetic":
142
+ if srcType is not None and srcType == "synthetic":
142
143
  taxCount = 0
143
144
  else:
144
145
  logger.warning("%s (srcName %r) no source taxonomy count type %r", rId, srcName, srcType)
File without changes
File without changes
File without changes
File without changes
File without changes