Skip to content

Commit

Permalink
Merge pull request #233 from KPMP/KPMP-4829_downloadObsFeatureMatrix-fix
Browse files Browse the repository at this point in the history
KPMP-4829_downloadObsFeatureMatrix-fix
  • Loading branch information
rlreamy authored Dec 6, 2023
2 parents d2fe4ba + c6ee89e commit b1c1d88
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"reactstrap": "9.2.0",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"vitessce": "3.2.1"
"vitessce": "3.3.2"
},
"overrides": {
"autoprefixer": "10.4.4",
Expand Down
4 changes: 4 additions & 0 deletions src/components/SpatialViewer/lightMicroscopyViewConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@
"coordinationScopes": {
"dataset": "A"
},
"props":
{
"closeButtonVisible": false
},
"h": 12,
"w": 9,
"x": 3,
Expand Down
10 changes: 10 additions & 0 deletions src/components/SpatialViewer/spatialTranscriptomicsViewConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"coordinationScopes": {
"dataset": "A"
},

"h": 3,
"w": 4,
"x": 0,
Expand All @@ -67,6 +68,10 @@
"spatialCellsLayer": "is_visible",
"dataset": "A"
},
"props":
{
"closeButtonVisible": false
},
"h": 12,
"w": 4,
"x": 4,
Expand All @@ -78,6 +83,11 @@
"spatialCellsLayer": "is_not_visible",
"dataset": "A"
},
"props":
{
"closeButtonVisible": false
},

"h": 12,
"w": 4,
"x": 8,
Expand Down
3 changes: 3 additions & 0 deletions src/components/SpatialViewer/threeDCytometryViewConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"coordinationScopes": {
"dataset": "A"
},
"props": {
"closeButtonVisible": false
},
"h": 12,
"w": 9,
"x": 3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"coordinationScopes": {
"dataset": "A"
},
"props": {
"closeButtonVisible": false
},
"h": 12,
"w": 9,
"x": 3,
Expand Down

0 comments on commit b1c1d88

Please sign in to comment.