From 97a57ed574a160cbc7c81ce1240e4540e60b57f0 Mon Sep 17 00:00:00 2001 From: AndiMajore <andi.majore@googlemail.com> Date: Tue, 30 May 2023 15:28:25 +0200 Subject: [PATCH] updated openPIP URL --- src/app/components/other/tools-banner/tools-banner.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/other/tools-banner/tools-banner.component.ts b/src/app/components/other/tools-banner/tools-banner.component.ts index c72ad4c..878f64e 100644 --- a/src/app/components/other/tools-banner/tools-banner.component.ts +++ b/src/app/components/other/tools-banner/tools-banner.component.ts @@ -28,7 +28,7 @@ export class ToolsBannerComponent implements OnInit { {label: "Epistasis Disease Atlas", link: "https://epistasis-disease-atlas.com", font_size: "20pt"}, {label: "NDEx", link: "https://ndexbio.org/#/home", icon: "assets/tools/ndex.png"}, {label: "NeEDL - R Shiny App", link: "https://hub.docker.com/r/bigdatainbiomedicine/needl", font_size: "20pt"}, - {label: "openPIP", link: "https://github.com/BaderLab/openPIP", icon: "assets/tools/openpip.png"}, + {label: "openPIP", link: "http://www.interactome-atlas.org/", icon: "assets/tools/openpip.png"}, {label: "pathDIP", link: "https://ophid.utoronto.ca/pathDIP", icon: "assets/tools/pathdip.jpg"}, {label: "Pathway Figure OCR ", link: "https://pfocr.wikipathways.org", icon: "assets/tools/pfocr.png", width: 100}, {label: "ProHarMeD", link: "https://proharmed.zbh.uni-hamburg.de/", icon: "assets/tools/proharmed.png"}, -- GitLab