-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
25 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ | |
url = [email protected]:opentargets/platform-api.git | ||
[submodule "platform-input-support"] | ||
path = platform-input-support | ||
url = [email protected]:opentargets/platform-input-support.git | ||
url = [email protected]:javfg/platform-input-support.git | ||
[submodule "OnToma"] | ||
path = OnToma | ||
url = [email protected]:opentargets/OnToma.git | ||
|
@@ -31,3 +31,12 @@ | |
[submodule "platform-etl-backend"] | ||
path = platform-etl-backend | ||
url = [email protected]:opentargets/platform-etl-backend.git | ||
[submodule "gentropy"] | ||
path = gentropy | ||
url = https://github.com/opentargets/gentropy.git | ||
[submodule "ontoform"] | ||
path = ontoform | ||
url = https://github.com/opentargets/ontoform.git | ||
[submodule "orchestration"] | ||
path = orchestration | ||
url = https://github.com/opentargets/orchestration.git |
This file contains 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
Submodule curation
updated
2 files
+22 −22 | gene_burden/curated_evidence.tsv | |
+45,172 −33,907 | genetics/GWAS_Catalog_study_curation.tsv |
Submodule evidence_datasource_parsers
updated
14 files
+88 −50 | Snakefile | |
+11 −1 | common/evidence.py | |
+19 −11 | configuration.yaml | |
+14 −12 | modules/AzGeneBurden.py | |
+12 −2 | modules/ChEMBL.py | |
+91 −13 | modules/GeneBurden.py | |
+1 −1 | modules/IMPC.py | |
+227 −0 | modules/Pharmacogenetics.py | |
+235 −106 | modules/TargetSafety.py | |
+8 −8 | modules/cancerBiomarkers.py | |
+396 −375 | partner_preview_scripts/ValidationLab.py | |
+10 −4 | partner_preview_scripts/encore_parser.py | |
+70 −50 | requirements-frozen.txt | |
+4 −1 | requirements.txt |
Submodule orchestration
added at
0bf13f
Submodule ot-ui-apps
updated
346 files
Submodule platform-api
updated
28 files
Submodule platform-etl-backend
updated
16 files
Submodule platform-input-support
updated
from b61ec2 to c8b92a
Submodule platform-output-support
updated
14 files
Submodule terraform-google-opentargets-platform
updated
11 files
+1 −2 | .gitignore | |
+5 −0 | .vscode/settings.json | |
+2 −2 | main.tf | |
+1 −1 | modules/api/networking-ilb.tf | |
+1 −1 | modules/clickhouse/networking-ilb.tf | |
+1 −1 | modules/elasticsearch/networking-ilb.tf | |
+2 −2 | networking-glb.tf | |
+10 −10 | profiles/deployment_context.dev-ppp | |
+84 −0 | profiles/deployment_context.ppp-2412 | |
+1 −1 | profiles/deployment_context.production-ppp | |
+1 −1 | vpc.tf |