PTS drug processing steps and remove ETL drug steps#160
Draft
Conversation
- Add new PTS steps: pts_drug_warning, pts_chembl_molecule, pts_drug_mechanism_of_action, pts_drug_molecule, pts_target_prioritisation - Remove ETL steps: etl_drug, etl_pharmacogenomics, etl_known_drug, etl_target_engine - Update dependencies to use new PTS drug steps instead of removed ETL steps
76 tasks
…teps Add three new PTS transformer steps for clinical data processing: - clinical_report: generates clinical reports from chembl_molecule and disease - clinical_indication: generates clinical indications from clinical_report - clinical_target: generates clinical targets from clinical_report and drug_mechanism_of_action
Aligns the config with the transformer's updated signature that expects named keys (disease_path, phenotype_path, mondo_path) instead of a list.
- drug_molecule: use clinical_report instead of indication - evidence_chembl: use clinical_report and drug_mechanism_of_action instead of chembl_evidence and drug_indications - Update dependency graph accordingly
pis_target is already an implicit dependency through pts_pharmacogenetics
…chembl pts_disease is already an implicit dependency through pts_evidence_chembl
…et_prioritisation pts_drug_mechanism_of_action is already an implicit dependency through pts_drug_molecule
…ence_postprocess_chembl pts_drug_mechanism_of_action is already an implicit dependency through pts_evidence_chembl
Rename pts_evidence_chembl and pts_evidence_postprocess_chembl steps. Remove pis_evidence_chembl from pis.yaml and unified_pipeline.yaml. Update score expression with string-based clinicalStage map and raw stop reason category names.
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.
Related to #4247