fix: remove deprecated Project Score fetch tasks#201
Merged
Conversation
This was referenced Jun 1, 2026
DSuveges
approved these changes
Jun 5, 2026
Project Score (cog.sanger.ac.uk/cmp/download/{gene_identifiers_latest.csv.gz,
essentiality_matrices.zip}) has been deprecated upstream. The pts
target step no longer consumes these inputs, so stop fetching them.
Refs opentargets/issues#4367
85b8c60 to
665cdcf
Compare
DSuveges
pushed a commit
to opentargets/orchestration
that referenced
this pull request
Jun 5, 2026
Mirror the pis and pts cleanup: drop the Sanger Project Score fetch tasks from pis.yaml and the matching pre-processing + source entries from pts.yaml. The deprecated resource (cog.sanger.ac.uk/cmp/download/ gene_identifiers_latest.csv.gz + essentiality_matrices.zip) is no longer consumed by the pts target step. The Sanger Cell Model Passport download (model_list_latest.csv.gz, used by the Project Score v2 CRISPR evidence parser) is untouched. Companion PRs: - pts: opentargets/pts#138 - pis: opentargets/pis#201 Refs opentargets/issues#4367
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
Project Score has been deprecated upstream. Stop fetching the two files that fed the (now removed) target dbXrefs pipeline in pts:
https://cog.sanger.ac.uk/cmp/download/gene_identifiers_latest.csv.gzhttps://cog.sanger.ac.uk/cmp/download/essentiality_matrices.zipThe Sanger Cell Model Passport download (
model_list_latest.csv.gz, used by the surviving Project Score v2 CRISPR evidence parser) is untouched.Companion PRs:
_build_project_scoresand the matching source entries)project-scores/from the validate fixture)Refs opentargets/issues#4367