cellcanvas / napari-cellcanvas / 0.0.5

napari-CellCanvas

A solution that launches napari-cellcanvas with optional config fetching.
Tags
imagingcryoetPython
Solution written by
Kyle Harrington
License of solution
MIT
Source Code

Arguments

--copick_config_path
Path to the Copick configuration file. (default value: /Users/kharrington/Data/copick/cellcanvas_server/local_sshOverlay_localStatic.json)
--hostname
Hostname for the server. (default value: localhost)
--port
Port number for the server. (default value: 8080)
--fetch_config
Whether to fetch the config from the server. (default value: 0)
--overlay_remote
Set to true if the overlay path should be remote (SSH). (default value: 0)
--static_remote
Set to true if the static path should be remote (SSH). (default value: 0)
--overlay_path
The local path for the overlay root if not remote. (default value: PARAMETER_VALUE)
--static_path
The local path for the static root if not remote. (default value: PARAMETER_VALUE)

Usage instructions

Please follow this link for details on how to install and run this solution.