cellcanvas / fetch-config / 0.0.1

Fetch Copick Config and Write to File

Fetches a Copick config from a FastAPI server and writes it to a file.
Tags
imagingcryoetPython
Solution written by
Kyle Harrington
License of solution
MIT
Source Code

Arguments

--localhost
The localhost where the FastAPI server is running. (default value: 127.0.0.1)
--port
The port on which the FastAPI server is listening. (default value: 8000)
--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: local:///path/to/overlay)
--static_path
The local path for the static root if not remote. (default value: local:///path/to/static)
--filepath
The file path where the config will be written. (default value: /path/to/output/config.json)

Usage instructions

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