Skip to content

Commit

Permalink
linking directly to github
Browse files Browse the repository at this point in the history
  • Loading branch information
nuin committed Mar 8, 2023
1 parent edaa737 commit 1670c5e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/rest_api/classes/person/widgets/lineage.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1670c5e

Please sign in to comment.