Skip to content

Commit

Permalink
Adding new/updated cellcanvas_server_0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
kephale committed Aug 13, 2024
1 parent 41741d5 commit 4818186
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
Binary file modified album_catalog_index.db
Binary file not shown.
3 changes: 3 additions & 0 deletions solutions/cellcanvas/server/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.8] - 2024-08-13
Switch train model solution

## [0.0.7] - 2024-08-12
Update arg passing

Expand Down
7 changes: 4 additions & 3 deletions solutions/cellcanvas/server/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,11 @@ def run():
"cellcanvas:polnet:generate-tomogram",
"cellcanvas:copick:paint-from-picks",
"cellcanvas:copick:generate-skimage-features",
"cellcanvas:cellcanvas:train-model-xgboost",
# "cellcanvas:cellcanvas:train-model-xgboost",
"cellcanvas:cellcanvas:segment-tomogram-xgboost",
"cellcanvas:morphospaces:train_swin_unetr_pixel_embedding",
"cellcanvas:copick:submit-album-job-array"
"cellcanvas:copick:submit-album-job-array",
"cellcanvas:copick:train-model-xgboost-copick"
}

copick_config_path = args.copick_config_path
Expand Down Expand Up @@ -245,7 +246,7 @@ def upgrade_endpoint():
setup(
group="cellcanvas",
name="server",
version="0.0.7",
version="0.0.8",
title="FastAPI CellCanvas Server",
description="Backend for CellCanvas with Copick Config Support.",
solution_creators=["Kyle Harrington"],
Expand Down
6 changes: 3 additions & 3 deletions solutions/cellcanvas/server/solution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ args:
description: Path to the Copick configuration file.
name: copick_config_path
type: string
changelog: Update arg passing
changelog: Switch train model solution
description: Backend for CellCanvas with Copick Config Support.
group: cellcanvas
license: MIT
Expand All @@ -16,6 +16,6 @@ tags:
- album
- server
- copick
timestamp: '2024-08-12T16:13:00.357066'
timestamp: '2024-08-13T14:47:30.522867'
title: FastAPI CellCanvas Server
version: 0.0.7
version: 0.0.8

0 comments on commit 4818186

Please sign in to comment.