From 02bb4253b8869517afeba9f1dbae094dc1eac55d Mon Sep 17 00:00:00 2001 From: Robert Petryszak Date: Wed, 18 Oct 2023 12:10:48 +0100 Subject: [PATCH] Testing if GitHub actions workflow kicks off after git push --- cellphonedb/utils/search_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cellphonedb/utils/search_utils.py b/cellphonedb/utils/search_utils.py index 25e0bdc..6d40925 100644 --- a/cellphonedb/utils/search_utils.py +++ b/cellphonedb/utils/search_utils.py @@ -7,7 +7,7 @@ SIMPLE_PFX = "simple:" COMPLEX_PFX = 'complex:' ENS_PFX = "ENS" -INTERACTION_COLUMNS = ['interacting_pair', 'partner_a', 'partner_b', 'gene_a', 'gene_b', 'directionality', 'classification'] +INTERACTION_COLUMNS = ['interacting_pair','partner_a', 'partner_b', 'gene_a', 'gene_b', 'directionality', 'classification'] EXTERNAL_RESOURCE2URI = {'Reactome reaction': 'https://reactome.org/content/detail', 'Reactome complex': 'https://reactome.org/content/detail', 'ComplexPortal complex': 'https://www.ebi.ac.uk/complexportal/complex',