From 1670c5ebc0a4aa1026df765c07f9d6abf84a6793 Mon Sep 17 00:00:00 2001 From: nuin Date: Tue, 7 Mar 2023 21:06:00 -0700 Subject: [PATCH] linking directly to github --- src/rest_api/classes/person/widgets/lineage.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rest_api/classes/person/widgets/lineage.clj b/src/rest_api/classes/person/widgets/lineage.clj index f7298019..202c4f8d 100644 --- a/src/rest_api/classes/person/widgets/lineage.clj +++ b/src/rest_api/classes/person/widgets/lineage.clj @@ -6,7 +6,9 @@ [pseudoace.utils :as pace-utils] [rest-api.formatters.date :as date])) -(def scaling-map (json/parse-string (slurp "http://tazendra.caltech.edu/~azurebrd/cgi-bin/forms/wbpersonLineageScalingIntegers.json") true)) +;(def scaling-map (json/parse-string (slurp "http://tazendra.caltech.edu/~azurebrd/cgi-bin/forms/wbpersonLineageScalingIntegers.json") true)) + +(def scaling-map (json/parse-string (slurp "https://raw.githubusercontent.com/WormBase/wormbase_rest/wbperson/resources/wbpersonLineageScalingIntegers.json") true)) (def role-colour {"Phd" "#B40431"