From 2496ce48b59cf735b2e6cdafc2630022a40817a4 Mon Sep 17 00:00:00 2001 From: NP Date: Thu, 15 Feb 2024 14:10:20 +0100 Subject: [PATCH] Update CellChatDB URL Data format is the same, just new GitHub user. Fixes #272 --- pypath/resources/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypath/resources/urls.py b/pypath/resources/urls.py index 2ff29110f..801f3ffba 100644 --- a/pypath/resources/urls.py +++ b/pypath/resources/urls.py @@ -1429,7 +1429,7 @@ }, 'cellchatdb': { 'label': 'Manually curated ligand-receptor interactions', - 'url': 'https://raw.githubusercontent.com/sqjin/CellChat/' + 'url': 'https://raw.githubusercontent.com/jinworks/CellChat/' 'master/data/%s.rda', }, 'connectomedb2020': {