Skip to content

Commit

Permalink
Merge pull request #175 from camicroscope/develop
Browse files Browse the repository at this point in the history
For 3.9.6
  • Loading branch information
birm authored Aug 5, 2021
2 parents 854bc51 + d36a078 commit 0dee194
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 9 deletions.
4 changes: 2 additions & 2 deletions caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ services:
- mongo
back:
build:
context: "https://github.com/camicroscope/caracal.git#v3.9.4"
context: "https://github.com/camicroscope/caracal.git#v3.9.6"
args:
viewer: "v3.9.4"
viewer: "v3.9.6"
depends_on:
- "mongo"
ports:
Expand Down
1 change: 1 addition & 0 deletions config/mongo_idx.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ db.mark.createIndex({"provenance.image.slide":1,"provenance.analysis": 1})
db.mark.createIndex({"provenance.image.slide": 1, "provenance.analysis.execution_id": 1})
db.mark.createIndex({"provenance.image.slide": 1, "provenance.analysis.source": 1})
db.mark.createIndex({"provenance.image.slide": 1})
db.mark.createIndex({"provenance.analysis.labelId": 1})
db.slide.createIndex({'study':1, 'specimen': 1, 'name': 1})
db.template.createIndex({'id': 1})
db.template.createIndex({'name': 1})
Expand Down
6 changes: 6 additions & 0 deletions config/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@
"handlers":[
{"function":"findMarkTypes", "args": []}
]
},{
"route":"/data/Mark/updateMarksLabel",
"method":"post",
"handlers":[
{"function":"updateMarksLabel", "args": []}
]
},{
"route":"/data/Presetlabels/add",
"method":"post",
Expand Down
Loading

0 comments on commit 0dee194

Please sign in to comment.