Skip to content

Commit

Permalink
Merge pull request #681 from alan-wu/flatmap-fix
Browse files Browse the repository at this point in the history
Fix missing minimap and use uberon for gallery to flatmap
  • Loading branch information
egauzens committed Jun 5, 2023
2 parents 46edacc + 254e94a commit 05b6f57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@abi-software/gallery": "0.3.2",
"@abi-software/mapintegratedvuer": "0.4.4-fixes-0",
"@abi-software/mapintegratedvuer": "0.4.4-fixes-3",
"@abi-software/plotvuer": "^0.3.0",
"@abi-software/simulationvuer": "0.6.5",
"@aws-amplify/auth": "^4.4.4",
Expand Down
4 changes: 2 additions & 2 deletions pages/maps/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
:options="options"
:share-link="shareLink"
@updateShareLinkRequested="updateUUID"
@hook:mounted="mapMounted"
@isReady="mapMounted"
/>
</div>
</client-only>
Expand All @@ -53,8 +53,8 @@ import { successMessage, failMessage } from '@/utils/notification-messages'
const getFlatmapEntry = async (route) => {
const uberonid = route.query.uberonid
let organ_name = undefined
//Specify the gender of human
let organ_name = uberonid
let biologicalSex = route.query.biologicalSex
if (route.query.taxo && route.query.taxo === 'NCBITaxon:9606') {
if (!biologicalSex) {
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
minisearch "^2.2.1"
polylabel "^1.1.0"

"@abi-software/flatmapvuer@^0.4.6-fixes-1":
version "0.4.6-fixes-1"
resolved "https://registry.yarnpkg.com/@abi-software/flatmapvuer/-/flatmapvuer-0.4.6-fixes-1.tgz#08db6b3c199f8b91e1367d97362fb89d3d5a288f"
integrity sha512-075QwkmQ8384OwuHx+3G/qPqewuM25pRVjyuccYjmyR9ps7A251jMmG7JBmlKcrCFIfhrvgAqAxCXjQqAdX5Ew==
"@abi-software/flatmapvuer@^0.4.6-fixes-2":
version "0.4.6-fixes-2"
resolved "https://registry.yarnpkg.com/@abi-software/flatmapvuer/-/flatmapvuer-0.4.6-fixes-2.tgz#d29d49026c908455a638b0fbe7cfe9590e2b6e77"
integrity sha512-atjzldGvzo7xYbBA403eiGni37jcwRTRroW5oF5A0H9pLVFRozsXjxyqfjQIOoMzhBI6EwR8Mru+HItpH5X88Q==
dependencies:
"@abi-software/flatmap-viewer" "^2.3.3-b.4"
"@abi-software/svg-sprite" "^0.1.14"
Expand Down Expand Up @@ -83,12 +83,12 @@
vue "^2.6.10"
xss "^1.0.14"

"@abi-software/mapintegratedvuer@0.4.4-fixes-0":
version "0.4.4-fixes-0"
resolved "https://registry.yarnpkg.com/@abi-software/mapintegratedvuer/-/mapintegratedvuer-0.4.4-fixes-0.tgz#95d9190bcce9ba8b0e4e6d4dc22f1bb997d484b4"
integrity sha512-iiWhpZWfScuYXg6HbmDaGJBBd3TFttJjQ6DozzjseD0e8Uc6JNOJmAs6jhHwruCj9K5BKRIQO3nDHGecLff/jg==
"@abi-software/mapintegratedvuer@0.4.4-fixes-3":
version "0.4.4-fixes-3"
resolved "https://registry.yarnpkg.com/@abi-software/mapintegratedvuer/-/mapintegratedvuer-0.4.4-fixes-3.tgz#bd3dcbc6e0547630e1283ad403f1f69480a48209"
integrity sha512-If8kJQf1l2+PONn7ovUI69IysonglfMiGIOZtUlaUCKKUjEakXReTvwnI9WGB11/uyRnNJE66QqL27MMr0OUoA==
dependencies:
"@abi-software/flatmapvuer" "^0.4.6-fixes-1"
"@abi-software/flatmapvuer" "^0.4.6-fixes-2"
"@abi-software/map-side-bar" "^1.3.38"
"@abi-software/plotvuer" "^0.3.9"
"@abi-software/scaffoldvuer" "^0.1.62"
Expand Down

0 comments on commit 05b6f57

Please sign in to comment.