feat(pts): wire aact_extraction_batch_results into chembl_molecule (via pis_drug)#207
Merged
Merged
Conversation
Mirror the PTS config change (opentargets/pts#142): the chembl_molecule step now reads input/clinical_report/aact_extraction_batch_results to mine clinical-trial (AACT) synonyms. That input is staged by pis_clinical_report, so pts_chembl_molecule now also depends on it in the unified pipeline (otherwise the DAG could run chembl_molecule before the AACT batch is present).
This was referenced Jun 11, 2026
…_molecule dep Mirror opentargets/pis#202: download aact_extraction_batch_results in the PIS drug step (clinical_report glob split into top-level / aact / chembl subtrees to exclude it). Since pts_chembl_molecule already depends on pis_drug, revert the earlier pts_chembl_molecule -> pis_clinical_report edge — the DAG dependencies stay as they were.
DSuveges
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Propagates the PTS
chembl_moleculeconfig change (opentargets/pts#142, tracking issue opentargets/issues#4414) into orchestration, with the AACT batch downloaded inpis_drugso the DAG dependencies stay unchanged.pts.yaml—chembl_moleculestep gains the sourceaact_extraction_batch_results: input/clinical_report/aact_extraction_batch_results(mirrors the PTSconfig.yamlchange).pis.yaml— mirrors feat(drug): download aact_extraction_batch_results in the drug step pis#202: the drug step usescopy_manyto copy the AACT batch from its standalone sourcegs://ot-team/irene/clinical_mining/aact_extraction_batch_result/output/*→input/clinical_report/aact_extraction_batch_results/. The clinical_report step is unchanged.unified_pipeline.yaml— no change. The AACT input is staged bypis_drug, whichpts_chembl_moleculealready depends on.Test plan
pytest tests/test_dag_validation.py— 6 passedpts.yaml+pis.yamlonlyRelated