From 57d6b019f2ae32402038b2599f8ac99bce2745c2 Mon Sep 17 00:00:00 2001 From: Colleen Xu Date: Wed, 25 Dec 2024 01:48:45 -0800 Subject: [PATCH] biothings ncats-rare-source: add comment on why i don't need to use always_list --- ncats_rare_source/smartapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ncats_rare_source/smartapi.yaml b/ncats_rare_source/smartapi.yaml index fe00028..d65d7fd 100644 --- a/ncats_rare_source/smartapi.yaml +++ b/ncats_rare_source/smartapi.yaml @@ -633,6 +633,7 @@ components: - id: NCBIGene semantic: Gene parameters: + ## don't need always_list because raresource.disease can be a single-element array ## no prefix on output, need the whole thing for jmespath to work fields: entrezgene,symbol,raresource.disease jmespath: "raresource.disease|[?orphanet=='{{ queryInputs }}']"