From b19f4639b7a50b155bd38f2b36f2371163603da1 Mon Sep 17 00:00:00 2001 From: MillenniumFalconMechanic Date: Wed, 7 Jul 2021 10:45:15 -0700 Subject: [PATCH] Removed pipelines from header. #1011. --- set-dev-env-windows.bat | 2 ++ set-dev-env.sh | 1 + src/components/header-lungmap/header-lungmap.js | 10 ---------- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/set-dev-env-windows.bat b/set-dev-env-windows.bat index d5ca4e550..8ece6871d 100644 --- a/set-dev-env-windows.bat +++ b/set-dev-env-windows.bat @@ -5,7 +5,9 @@ echo \"Deleting ./public/\" rd /q /s "./public" set "GATSBY_EXPLORE_URL=https://dev.singlecell.gi.ucsc.edu/explore/" set "GATSBY_FILE_SUMMARY_API_URL=https://service.dev.singlecell.gi.ucsc.edu/index/summary" +set "GATSBY_PORTAL_URL=https://dev.singlecell.gi.ucsc.edu/" set "GATSBY_TERM_FACETS_API_URL=https://service.dev.singlecell.gi.ucsc.edu/index/projects" set "GATSBY_SYSTEM_HEALTH_CHECK_API_URL=https://service.dev.singlecell.gi.ucsc.edu/health/progress" set "GATSBY_DEFAULT_CATALOG=dcp2" +set "GATSBY_ATLAS=hca" set "GATSBY_ENV=LOCAL" diff --git a/set-dev-env.sh b/set-dev-env.sh index 8f31b9d54..fa8cd7285 100755 --- a/set-dev-env.sh +++ b/set-dev-env.sh @@ -6,6 +6,7 @@ echo \"Deleting ./public/\" rm -rf ./public export GATSBY_EXPLORE_URL="https://dev.singlecell.gi.ucsc.edu/explore/" export GATSBY_FILE_SUMMARY_API_URL="https://service.dev.singlecell.gi.ucsc.edu/index/summary" +export GATSBY_PORTAL_URL="https://dev.singlecell.gi.ucsc.edu/" export GATSBY_TERM_FACETS_API_URL="https://service.dev.singlecell.gi.ucsc.edu/index/projects" export GATSBY_SYSTEM_HEALTH_CHECK_API_URL="https://service.dev.singlecell.gi.ucsc.edu/health/progress" export GATSBY_DEFAULT_CATALOG="dcp2" diff --git a/src/components/header-lungmap/header-lungmap.js b/src/components/header-lungmap/header-lungmap.js index 357f797ff..3cd532758 100644 --- a/src/components/header-lungmap/header-lungmap.js +++ b/src/components/header-lungmap/header-lungmap.js @@ -208,16 +208,6 @@ export default props => { order: 0 } }, - { - description: "Pipelines", - headerName: null, - name: "Pipelines", - path: "/pipelines", - position: { - location: "h", - order: 1 - } - }, { description: "APIs", headerName: null,