From f00147e071cfe3b4f074139e775335448a5929c2 Mon Sep 17 00:00:00 2001 From: James Whiteside <117453030+james-whiteside@users.noreply.github.com> Date: Mon, 17 Jun 2024 09:17:14 +0100 Subject: [PATCH] Fixed typo --- schema/schema.tql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/schema.tql b/schema/schema.tql index e74f237..1ee733a 100644 --- a/schema/schema.tql +++ b/schema/schema.tql @@ -252,9 +252,9 @@ rule inferred-cell-enhancement: $g isa gene; $c isa cell; (encoded-protein: $p, encoding-gene: $g) isa protein-encoding; - (expressed-gene: $g, expressing-cell: $t) isa cell-expression; + (expressed-gene: $g, expressing-cell: $c) isa cell-expression; } then { - (expressed-protein: $p, enhanced-cell: $t) isa cell-enhancement; + (expressed-protein: $p, enhanced-cell: $c) isa cell-enhancement; }; tissue-enhancement sub inferred-bio-relation,