Skip to content

Commit

Permalink
for 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 5, 2020
1 parent c3b2978 commit d9f8b33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@ Running QuIP with PathDB (https://github.com/SBU-BMI/PathDB):
## Support
Feel free to add any support inquiry as a github issue to this repository. Other feedback can be given via [this form](https://docs.google.com/forms/d/e/1FAIpQLScL91LxrpAZjU88GBZP9gmcdgdf8__uNUwhws2lzU6Lr4qNwA/viewform).

## System Recommendations
As of 3.8.0, the non-pathdb caMicroscope deployment seems to peak about 500mb of memory per user from basic tests. The system is most likely to work optimally if the CPU can support two or three threads per concurrent user. The containers themselves take up a total of about 6gb of disk, but note that whole slide images typically use 0.5-2 gb of disk each.

## Open Source Development
We have a discussion mailing list! Stop by and discuss all things caMicroscope. https://groups.google.com/forum/#!forum/camicroscope
2 changes: 1 addition & 1 deletion caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.0"
args:
viewer: "v3.8.0"
viewer: "v3.8.1"
depends_on:
- "mongo"
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/default_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ var defaultConfigs=[{
"id" : "031"
}
],
"config_name" : "preset_label".
"config_name" : "preset_label",
"version" : "1.0.0"
}];

Expand Down
2 changes: 1 addition & 1 deletion quip-pathdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
build:
context: "https://github.com/camicroscope/caracal.git#v3.8.0"
args:
viewer: "v3.8.0"
viewer: "v3.8.1"
depends_on:
- "mongo"
ports:
Expand Down

0 comments on commit d9f8b33

Please sign in to comment.